Point 1 - I'm trying the get the share function opened on a new window, i tried to edited this code:
<action name="openlink">
if (ishtml5, plugin[swfaddress].replaceampersands(get(%1), %1));
if (ishtml5, set(data[link_target].content, '_self'), set(data[link_target].content, '_blank'));
if (plugin[swfaddress].isiframe, set(data[link_target].content, '_top'));
openurl(get(%1), get(data[link_target].content))));
</action>
i repleaced the code _self , _top with the code: _blank , but it works only on pc desktop... on smartphone and tablet it will not work because it will open nothing... it try to load something and then nothing happen...
Point -2
when i click on facebook share function from pc or tablet the link will be this:
https://www.facebook.com/sharer/sharer.…rme+Villa+Piave

when i click on facebook share function from iphone (or mobile) the link will be this:
https://m.facebook.com/sharer.php?s=1…illa+Piave&_rdr
on mobile this is what i get:

as you can see it's different... facebook detect the iphone automatically and change the code... on ipad and also on samsung tab2 (android tablet) it works because the link is the same as pc desktop...
this is the code provided from SWFaddress plugin.... :
<!-- Share on Facebook actions -->
<action name="share_on_facebook">
set(plugin[bitly].onsuccess, share_url_on_facebook(%URL););
prepareurl();
</action>
<action name="share_url_on_facebook">
set(data[link].content, null);
txtadd(data[link].content, 'http://www.facebook.com/sharer.php?s=100&p[title]=', get(data[facebook_share_title].content), '&p[url]=', %1, '&p[images][0]=', get(data[facebook_share_image].content), '&p[summary]=', get(data[facebook_share_text].content));
openlink(data[link].content);
</action>
Display More
jaydee: i paid for this plugin so i need support...
someone can help me pls?