Virtual Learning Platforms Thread, Twitter widget and Frog in Technical; Has anyone got a currently working Twitter widget in Frog? Each one I've tried from the store doesn't work and ...
-
4th December 2012, 09:32 AM #1
- Rep Power
- 1
Twitter widget and Frog
Has anyone got a currently working Twitter widget in Frog? Each one I've tried from the store doesn't work and my own code stopped working when Twitter updated their security. Again!
Our staff seem to love Twitter and almost every department has their own account and they all want their feed on their department home pages.
Graham
-
-
IDG Tech News
-
4th December 2012, 11:48 AM #2 You after a widget that users can chuck on and use their own twitter? or you after one that sits on a site and shows your Schools twitter account feed?
-
-
4th December 2012, 12:25 PM #3
- Rep Power
- 1
I need a feed widget, ideally just showing the latest post for a single twitter account; for example CLV_Sport or CLV_Art
-
-
4th December 2012, 12:30 PM #4 On twitter you should be able to get the html code for it, this will create a widget - we had one on our main website but I recently removed it.
There should be a section on twitter when you are signed in to give you the option on creating a twitter feed box, you can also customize the colour etc. Chuck in the HTML block in a page and copy and paste the code - voila all done.
You should be able to create a widget for this, a simple page with the html block saved in the widget section should do the trick. Never tried it though on the basis of users adding it.
-
-
4th December 2012, 12:47 PM #5
- Rep Power
- 1
Yeah, i'd already tried that. For some reason the code doesn't render on either our intranet or internet site. Technically, i haven't tried it on Frog yet, but wasn't holding out much hope.
-
-
4th December 2012, 12:52 PM #6 Strange, not sure then all I know is the code worked for us in a HTML brick and chucked on our main website.
-
-
4th December 2012, 02:44 PM #7
- Rep Power
- 9
We use the code from the twitter api, and put it in a HTML brick. works fine for us!
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 30000,
width: 200,
height: 300,
theme: {
shell: {
background: '#0188ff',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#e00095'
}
},
features: {
scrollbar: true,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('London2012').start();
</script>
-
-
5th December 2012, 05:27 PM #8
- Rep Power
- 1
Thanks but I get the same issue with your code. I'm starting to think we might have a cross domain scripting issue, which is preventing any of the solutions from working. Hmmmm
-
-
6th December 2012, 09:15 AM #9
- Rep Power
- 0

Originally Posted by
Quince
Thanks but I get the same issue with your code. I'm starting to think we might have a cross domain scripting issue, which is preventing any of the solutions from working. Hmmmm
The way we have done this was to get the code from twitter for thr feed. put the code in a HTML editor. We used Alleycode (Free Source) save the file has a html file. Then you simple upload to your folder in frog. Copy the path to clipboard. then go to the page you want the feed on and edit page...go to Media...embed website and paste the path in the box.
DONE!
-
SHARE: 
Similar Threads
-
By Quince in forum Virtual Learning Platforms
Replies: 6
Last Post: 5th December 2012, 05:26 PM
-
By chazzy2501 in forum Windows Server 2008
Replies: 1
Last Post: 31st October 2012, 05:32 PM
-
By WithoutMotive in forum EduGeek Joomla 1.5 Package
Replies: 2
Last Post: 25th July 2012, 03:20 PM
-
By RTi in forum EduGeek Joomla 1.5 Package
Replies: 3
Last Post: 27th September 2011, 08:25 AM
-
By Cue in forum Virtual Learning Platforms
Replies: 3
Last Post: 31st March 2009, 08:33 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules