Search code examples
jquerycodeigniterurliframefacebook-social-plugins

Codeigniter URI_String() conflicts with Social Plugin


Framework: Codeigniter, JQuery

Plugin: http://www.designchemical.com/lab/jquery-plugin-social-share-buttons/getting-started/

Problem: Social Media JQuery Plugin creates Iframes on the page which are causing the URI_String() function to return an incorrect URI (images/tab_share.png rather than the actual page uri)

Solution: possible work around?

Thank you!

The solutions to this problem is to change the tabText: 'share', on the js social plugin initiation script -- Thank you ifaour


Solution

  • The solutions to this problem is to change the tabText: 'share', on the js social plugin initiation script -- Thank you ifaour