內嵌 Gallery2 的 WordPress plugin: WPG2
使用 <wpg2id> 會連到內嵌頁面, 若想直接連到 Gallery 網頁去, 把 .htaccess 中的設定改掉, 將
RewriteRule . /blog/wp-gallery2.php?g2_view=core.ShowItem&g2_path=%1 [QSA,L]
拿掉, 換成
RewriteRule . /photo/v/%1 [R,L]
要讓 gallery2 embed 產生完整 URL, 兩種方法: http://www.galleryembedded.com/forums/viewtopic.php?t=2742
把這檔案 gallery2/modules/imageblock/templates/ImageBlock.tpl 中的 “forceFullUrl=$ImageBlockData.forceFullUrl” 改成 “forceFullUrl=true” (共三處)
gallery2/modules/imageblock/classes/ImageBlockHelper.class 將 $ImageBlockData['forceFullUrl'] = 0; 的值改成 1