Twitter feed fix

Twitter feed fix

Twitter recently made some changes to their site which have stopped the VPASP Twitter feed from working correctly. If you use the Twitter feed in your VPASP store, you will need to make the the following changes:

1. Open root\shoplayoutmgrtwitter.asp

2. Find the below line of code (there should be two instances):

<script src="js/twitter/widget.js"></script>

3. Replace all matches with:

<script charset="utf-8" src="https://widgets.twimg.com/j/2/widget.js"></script>

4. Save file and test.


If your Twitter is still not working, please check the following :

1. Make sure the config xLoadJLibFromGoogle is set to Yes and then try to refresh your homepage to see the Twitter.

2. If solution 1 is still not working, check your header template shoppage_header.htm or shopfrontpage_header.htm located in "templates\default-2cols" or "templates\default-3cols".

Open that file with notepad or text editor, and try to find if the template has this code :

<%GenerateGoogleJSAPI%>

If you cannot find it, then please insert that code at before <%GenerateTYNT%>. So the correct code should see as below :

<%GenerateGoogleJSAPI%>
<%GenerateTYNT%>

3. If solution 2 is still not working, on the same template file, please find if this code exist :

<script language="javascript" type="text/javascript" src="js/shopajax.js"></script>
<script language="javascript" type="text/javascript" src="js/jquery-latest.js"></script>

If you can find this code, please remove it from the template.


Times Viewed:
5491
Added By:
Bobby / Wilson
Date Created:
10/16/2012
Last Updated:
1/29/2015