pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Subfolder name in links and src #128

Closed ghost closed 8 years ago

ghost commented 8 years ago

Trying to make joomla module using your plugin. I have site in subfolder called "Master/", problem is that subfolder name apears in links and image src.

this:

{{=it.author_link}}

gives me this: /Master/http://twitter.com/user_name"

And this: {{=it.author_picture}} gives me this: /Master/http://pbs.twimg.com/profile_images/624826963895681024/yOrwvZ9o_normal.jpg

Tryed to remove /Master/ from the attribute with jquery bit dosen't works.

pavelk2 commented 8 years ago

This is more the question to Joomla community - how to make your links absolute rather than relative. I will close the issue. Let me know later on if the issue is still up.