X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Display your Twitter posts (https://forum.x-cart.com/showthread.php?t=51751)

stizz 03-18-2010 05:42 AM

Re: Display your Twitter posts
 
Yup this works!!!

<link rel="stylesheet" type="text/css" href="http://MYSITE.COM/skin1/twitter/jquery.twitter.css" />
<script type="text/javascript" src="http://http://MYSITE.COM/skin1/twitter/jquery-1.3.2.min.js" ></script>
<script type="text/javascript" src="http://MYSITE.COM/skin1/twitter/jquery.twitter.js" ></script>
<script type="text/javascript">
$(document).ready(function() {
$("#twitter").getTwitter({
userName: "myaccount",
numTweets: 3,
loaderText: "Tweets laden...",
slideIn: true,
slideDuration: 750,
showHeading: false,
headingText: "Nieuwste Tweets",
showProfileLink: false,
showTimestamp: true
});
});
</script>
<div id="twitter"></div>

Yalokin 03-18-2010 11:32 AM

Re: Display your Twitter posts
 
Quote:

Originally Posted by PhilJ
If you tweet a lot, here's a simple way to display your Twitter posts in your store...

http://www.xcartmods.co.uk/product.php?productid=70


Hello Phil.

it work with 4.2.
But it does not show re-twitts.
if you re-twit it show does not show any think.

If you post (twit) after re-twit it show only latest post...

Thank you.

flyclothing 09-06-2011 11:25 PM

Re: Display your Twitter posts
 
Phil,

I used this on a 4.2.3 store and it works great. Will it work with 4.4.3? I followed the installed but it doesnt show in the right column where listed.

UPDATE: I had the mod in the wrong place. I am using the Smart Template and many of the templates are changed. The Twitter mod does work in 4.4.3 and most likely 4.4.2.

Learner 09-12-2011 04:29 AM

Re: Display your Twitter posts
 
Hi,
Will it work for 4.4.2 Pro??


All times are GMT -8. The time now is 08:09 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.