Jet pack widget twitter
-
jetpack twitter widget, I copy and paste my twitter widget ID, click save and it erases the code and it does not show up on my page.
The blog I need help with is: (visible only to logged in users)
-
Hi donnyyangdang,
What is the widget id that you are putting in?
I’m thinking that what you are adding is not a valid widget id.The widget id should be something like a long number. Mine was 18 digits long. Is that the sort of number you were trying to add?
-
Here is the code that they gave me
Tweets by @Bigandloudhour
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+”://platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);</script> -
Ah OK, that is why it wouldn’t be working.
You should read over http://en.support.wordpress.com/widgets/twitter-timeline-widget/
You will need to visit https://twitter.com/settings/widgets/ and click on Create New. You can change any of the settings there you would like then click on Create Widget.
There will then be two places you can find the ID you need to input into the JetPack Twitter Timeline Widget.
In the address bar part of the address will look like /widgets/<Your Widget ID>/edit
Where <Your Widget ID> is the number you want to grab.They also provide you with the full code you could embed on a site. In that code is an attribute called data-widget-id=”” The number in the quotes there will be your widget id.
Just take that number and put it in the widget settings in your WordPress admin and that should fix it up for you.
-
-
- The topic ‘Jet pack widget twitter’ is closed to new replies.