Twitter Feed Fail

Installing twitter feed fail! I've created a twitter widget that works fine in another website.  But no matter what I try Muse will not display the twitter feed.  It simply says "Tweets by @137Films" in bright blue with a link but doesn't post the feed. When I preview the page it is simply a link to my twitter page. Driving me nuts.  Looks so easy on various tutorials. What's going on?
here is the code I'm pasting:
<a class="twitter-timeline" data-dnt=true href="https://twitter.com/137Films" data-widget-id="244192708774739968">Tweets by @137Films</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id =id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(docu ment,"script","twitter-wjs");</script>
I've tried both inserting HTML and simply pasting. Nothing works.  What is going on?
Thanks!

Hi! I had the same problem, but tried with this code and finally works!!
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 20,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#8cc3f2',
color: '#ffffff'
tweets: {
background: '#ffffff',
color: '#444444',
links: '#4c59o0'
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}).render().setUser('twitter_user').start();
    </script>
Just change the 'twitter_user' in the last part for the user you want, hope it works for you!

Similar Messages

  • Live Bookmark Feed failed to load. I cannot view any footage on BBC News site. Also I can no longer view images I have uploaded to a website. This has all materialised overnight. Please help.

    I have been uploading pictures of booksd to ABE.com for ages. I am able to view these images on the site. Today, without warning, I am unable to do this. Coincidentally, I note that I can no longer view film footage on the BBC news pages. The Latest Headlines column is also showing "Live Bookmark Feed failed to load". Please help.

    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images permissions.default.images
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    Try to remove the current Latest Headlines feed and create a new feed.<br />
    You can visit http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml

  • Facebook iframe and Twitter Feed Pro widget not displaying in Safari

    I have a couple sites that use social media feeds. One using Twitter Feed Pro from Muse Themes and the other is the developer iframe for Facebook. Just recently these two embedded elements stopped displaying in Safari (I'm on Safari 8.0.3), yet they show up fine in Chrome and Firefox. Has anyone else had this issue? If so, do you know how to fix it?

    This probably is a browser related issue, try to clear cookie and then check.
    If still its same , please provide the site url.
    Thanks,
    Sanjit

  • Live bookmarks feed failed to load

    After upgrading to Firefox5 got this "Live bookmarks feed failed to load"

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Live bookmark feed failed to load is greyed and no updates fo latest headlines

    'live bookmark feed failed to load 'is greyed and no updates for Latest Headlines.
    Most Visited,Getting Started ,Cusromised links and all others OK.

    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images permissions.default.images
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    Try to remove the current Latest Headlines feed and create a new feed.<br />
    You can visit http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml

  • Adding Twitter Feeds on SharePoint 2013

    I want display my twitter feeds in the Home Page of my intranet site. How do I go about it?

    Please Try this below code as 'embed code' or CEWP in page. Their are some
    free webpart
    as well.
    <a class="twitter-timeline" href="https://twitter.com/hashtag/SPSEVENTS" data-widget-id="547112250885296128">#SPSEVENTS Tweets</a>
    <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>
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How do you edit the style and fonts of the twitter feed in MuseCC

    After you embed a twitter feed into your MuseCC website how do you edit the style and fonts of the feed to match the design and copy of the site to keep the branding consistent

    Thats not really easy..  maybe you find some informatione here: https://dev.twitter.com/discussions/11386

  • Embedding Twitter feeds in a DPS layout

    Trying to display Twitter feeds in a DPS layout but the web overlay container appears blank when trying to preview. It's currently a local folio that I'm trying to preview on my iPad. When I preview on the desktop, the Twitter feed URL displays.
    Does anyone have any tips/solutions?
    Thanks,
    Christopher

    Twitter changed their API. There is not currently a working solution that I have found.
    I have gotten the content to display on the iPad, but it is not interactive.
    Steps I followed :
    Created a Twitter widget
    Copied code and then used OBJECT/INSERT HTML
    Would be great if their was a solution for this... and soon.

  • EVERY SINGLE RSS FEED displays "Live Bookmark Feed Failed to Load" and then THEY LOAD...

    Every single time I add an RSS feed as a live bookmark and view it, the top of the feed list displays a "Live Bookmark Feed Failed to Load" error... Followed by all of the NEWEST entries in that RSS feed.
    So why the hell is it saying they failed to load every single time I open a live bookmark when they are actually loading?
    I have deleted my live bookmarks and re-added them only to get the same error.
    It makes me sad that my favorite web browser is going down the toilet. Won't be more than a month or two before you get taken down by Chrome according to general web trends... Give it a year and if you don't fix all the broken crap in FireFox it will end up as the "NEW IE6" in a year or two...
    I love how the top dog in any category of business goes down the toilet as soon as the idiot board and bureaucrats get involved.

    You can try to create a new Latest Headlines bookmark by visiting this website:
    http://en-us.fxfeeds.mozilla.com/en-US/firefox/headlines.xml
    http://feeds.bbci.co.uk/news/rss.xml?edition=int

  • RSS or twitter feed in ibook

    Ive made an rss widget for ibook to pull content from my RSS feed, however this doesnt seemt to work and the widget remains blank on loading. Id like to know if anyone has successfully managed to use the html widget to pull a twitter feed or rss feed into ibooks2.

    Try signing out off Twitter.
    System Preferences > Internet Accounts > Twitter

  • AS3 Twitter Feed Error 1010

    Hi
    I'm trying to create a simple Twitter feed for a Flash website.  When I run the flash movie however I get the following messages appear in the Output window:
    TypeError: Error #1010: A term is undefined and has no properties.
    at Cinema_fla::MainTimeline/processXML()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    I am using Flash CS6 and the AS3 code for my Twitter feed is shown below:
    var myXMLLoader:URLLoader = new URLLoader();
    myXMLLoader.load(new URLRequest("https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=YahooMoviesUK"));
    myXMLLoader.addEventListener(Event.COMPLETE, processXML);
    function processXML(e:Event):void{
    var myXML:XML = new XML(e.target.data);
    txtTweet1.text = myXML.status[0].text;
    txtTweet2.text = myXML.status[1].text;
    txtTweet3.text = myXML.status[2].text;
    I would be grateful if anyone could give me some advice as to why this error is occurring.  If you need any more info please let me know.
    Thanks

    Ok I just tried doing the trace like you said and the output showed me that the twitter XML was using different tag names than I thought.  However, after changing the AS code to reflect this (see below) I'm still getting the same error on the same line.  I also changed the order of the complete listener and load command:
    var myXMLLoader:URLLoader = new URLLoader();
    myXMLLoader.addEventListener(Event.COMPLETE, processXML);
    myXMLLoader.load(new URLRequest("https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=YahooMoviesUK"));
    function processXML(e:Event):void{
    var myXML:XML = new XML(e.target.data);
    txtTweet1.text = myXML.item.title[0].text;
    txtTweet2.text = myXML.item.title[1].text;
    txtTweet3.text = myXML.item.title[2].text;

  • HELP needed with Twitter-feed

    Hi everyone,
    I've searched on this forum for solutions but I see everyone have problems with placing a twitter feed in muse.
    That's not my problem ( anymore ) - the issue I have is that I want to place the twitter feed in a mouse-over.
    Which works.. once..
    When I drag my mouse to the place to be - I get to see the twitter feed.
    But the second time it doesn't seem to excist anymore.. Strange?
    Anyone who can help me with that?
    The site: x-concepts.illiesontwerp.nl

    Hi FunkyMonkey2,
    You want to perform validation against, say, P1_ITEM1 but show any error message against, say, P1_ITEM2?
    If so, you could perform the validation of P1_ITEM1 on P1_ITEM2 using PL/SQL as this can access any of the Items on the page.
    Regards
    Andy

  • Create subscription-based YouTube and Twitter feed

    What I would like to do is create a feed on my root view in my tabbed-application including specific YouTube and Twitter feeds.
    Anytime a user, let's say VideoGuy, uploaded a new video, I would like that to be recorded as an entry and updated in the feed. Anytime VideoGuyTweets tweeted and appended it with #app, it would also show up in the feed.
    How do I customize what an 'entry' would look like in xCode? Let's say to make it look kind of like Twitter.
    Content management really confuses me here. For instance, what if I would like to create a tab on my application that contains a list of profiles? Do I have to create each profile literally in xCode as part of the app (I sure hope not)? Or is there a platform or structure available for me to designate the design of a profile and call the information from a web database?
    However daunting this may be, please just think of me as a serious rookie!
    I understand this requires a number of things outside of the scope of iOS dev, but any pointing in the right direction is greatly appreciated!

    Please read the information on setting up subscription apps in the dps publishing guide:
    http://help.adobe.com/en_US/ppcompdoc/Adobe_Publishing_Companion_Guide_for_iPad.pdf

  • Is there a way to place a Twitter feed (or RSS feed) on an Indesign CS5.5 file???

    Hi there!!! I saw a video tutorial from Terry White in Adobe TV (http://j.mp/oOMF74 - 360 Viewer: Bicycle Example "Preview") and I saw that there is a way to embed a Twitter feed (or maybe an RSS feed) on an Indesign CS5.5... I just want to know if somebody knows how to do it or if there are "how to" tutorials in order to set one in my issues.
    Thank you very much for your help... greetings from Mexico!!! =)
    @songodaniel

    This is only applicable to DPS. The DPS forum is here: http://forums.adobe.com/community/dps
    You can download Bob Bringhurst's excellent DPS tips app here: http://itunes.apple.com/us/app/digital-publishing-suite-tips/id436199090?mt=8
    Bob

  • Twitter Feed Within A Flex/Air Application

    I am attempting to advance an appilcation I've created so that it incorporates a live twitter feed i.e. when users access the application their own twitter feed is shown within it and is updated live.
    I have no experience in using either twitter itself or how to incorporate twitter feeds into a flex/air application specifically and was wondering if anyone can tell me exactly what I'd need to do to achieve this?
    A further addition my client has requested is the use of live images. The app itself is basically an interactive favourites menu with users clicking on and adding links to sites within the app. Each of these links is represented by an icon which is basically a screenshot of each site. I want to alter this so that these images change live AS the site themselves change so they are constantly up to date. Is this also possible at all and if so can anyone give me advice on how this could be achieved?

    Thanks a lot. I've used another method that simply lets the user enter their twitter name and it loads their live feed. I suppose that way would work too though. Cheers.

Maybe you are looking for