Embed Contents in Your Site
Gloxa is a flexible tool to manage tweets.
This are the embed we've developed:
- Tweets from someone
When you tweet (on Twitter, Tweetdeck, Gloxa or other tools) you use often hashtags or frequently the same word ?
You can embed the last x tweets from every User in Gloxa, not only your tweets, and even select what tweets you want to embed, defining search= option in script.
<SCRIPT SRC='http://www.gloxa.eu/public/tweetjs.php?userid=2&js=on&linee=1&search=diritto' language=Javascript></SCRIPT>
Example:
Go to this page for an example
- Tweets from groups, only subscribers
You can create a group, filtering contents on the basis of hashtags. Now you can embed the latest from a group in your websites. This script filters only subscriber's tweets.
<SCRIPT SRC='http://www.gloxa.eu/public/js.php?id=10&js=on&linee=2&search=diritto' language=Javascript></SCRIPT>
Example:
Go to this page for an example
- Tweets from groups, all users
You can create a group, filtering contents on the basis of hashtags. Now you can embed the latest from a group in your websites. This version filter tweets from all users, not only subscribers.
<SCRIPT SRC='http://www.gloxa.eu/public/jsp.php?id=10&js=on&linee=2&search=diritto' language=Javascript></SCRIPT>
Example:
Go to this page for an example
Gloxers in groups
You can embed gloxers subscribing a speciific group. Profiles are in divs 60x180px float:left, you can view in a vertical or horizontal columns putting the script inside another div o table with your preferred dimensions.
<SCRIPT SRC='http://www.gloxa.eu/public/jsu.php?id=6&js=on' language=Javascript></SCRIPT><p>
Example:
Gloxers in groups (mini)
You can embed gloxers subscribing a speciific group. Profiles are in divs 22x180px float:left, you can view in a vertical or horizontal columns putting the script inside another div o table with your preferred dimensions.
<SCRIPT SRC='http://www.gloxa.eu/public/jsumini.php?id=6&js=on' language=Javascript></SCRIPT><p>
Example:
Gloxers in groups (only avatar)
You can embed gloxers subscribing a speciific group. Profiles are in divs 40x40px float:left, you can view in a vertical or horizontal columns putting the script inside another div o table with your preferred dimensions.
<SCRIPT SRC='http://www.gloxa.eu/public/jsuimg.php?id=6&js=on' language=Javascript></SCRIPT>
Example:
Details:
linee=xxx is the number of last tweets, no more than 30
id=xxx is the group id on Gloxa
userid=xxx is the user id on Gloxa
search=xxx is one or more word to filter contents
js=something to produce a javascript embeddable file
|