Active
Project:
Social media
Version:
7.x-1.0-beta13
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2013 at 16:45 UTC
Updated:
22 Jun 2015 at 17:49 UTC
Jump to comment: Most recent
Comments
Comment #1
maerys commentedSame here, except the @@ – the URL is posted twice Doesn't look that good...
Comment #2
Flash dash commentedHas anybody found a fix for this? I'm having the same issue on a clients site. The main issue is the link showing twice
Comment #3
mdawe commentedI have corrected the duplicate link bug by simply removing the token from the twitter entry, within the socialmedia_base_platforms function in social media.widgets.inc. For example the following code:
becomes this:
Just removing the tokens
[|[node:url]||[current-page:url]|].I have not created a patch, as this is surely not the correct method to fix this issue, but this was done on a clients bequest. Thought i would update with my findings.
Comment #4
durata commentedRegarding the @@ in the twitter links, if you set up your profile for twitter to just pull the twitter username from the url, or don't include the @ in your username field, it will show up as a single @.
Doesn't fix the duplicate URLs however.