found I think ... testing now in "forum/blog/styles/coda/style_plugin.php" found " 'SHARE_URL' => urlencode($blog_urls['self'])," changing to _new
Hmm nope that took me in same window and didnt save the url it now returns "Enter a URL you would like to share."
Ok found it ....
- Code: Select all
<li><span class="share">Share</span>
<ul class="sharing">
<li class="first"><a href="http://blinklist.com/index.php?Action=Blink/addblink.php&Url={SHARE_URL}" id="share_blinklist" title="Share on BlinkList" rel="nofollow">BlinkList</a></li>
<li><a href="http://del.icio.us/post?url={SHARE_URL}" id="share_delicious" title="Add to del.icio.us" rel="nofollow">del.icio.us</a></li>
<li><a href="http://digg.com/submit?url={SHARE_URL}" id="share_digg" title="Digg This!" rel="nofollow">Digg</a></li>
<li><a href="http://www.facebook.com/share.php?u={SHARE_URL}" id="share_facebook" title="Share on Facebook" rel="nofollow">Facebook</a></li>
<li><a href="http://ma.gnolia.com/beta/bookmarklet/add?url={SHARE_URL}" id="share_magnolia" title="Share on Ma.gnolia" rel="nofollow">Ma.gnolia</a></li>
<li><a href="http://www.muti.co.za/submit?url={SHARE_URL}" id="share_muti" title="Share on Muti" rel="nofollow">Muti</a></li>
<li><a href="http://reddit.com/submit?url={SHARE_URL}" id="share_reddit" title="Share on Reddit" rel="nofollow">Reddit</a></li>
<li><a href="http://www.stumbleupon.com/submit?url={SHARE_URL}" id="share_stumbleupon" title="Share on StumbleUpon" rel="nofollow">StumbleUpon</a></li>
<li class="last"><a href="http://www.technorati.com/faves?add={SHARE_URL}" id="share_technorati" title="Favourite on Technorati" rel="nofollow">Technorati</a></li>
Just need to add the target=_new in there I assume to be all fixed up the path is ....
forum/blog/styles/coda/blog/view_blog.html
Yes it works simply put target="_new" after each {SHARE_URL} to make them all look like this
{SHARE_URL}" target="_new" id=