bbcodetwitter .pdf
Ce document au format PDF 1.4 a été généré par Microsoft® Office Word 2007, et a été envoyé sur fichier-pdf.fr le 15/08/2013 à 11:37, depuis l'adresse IP 128.79.x.x.
La présente page de téléchargement du fichier a été vue 618 fois.
Taille du document: 251 Ko (3 pages).
Confidentialité: fichier public
Aperçu du document
Discuz-france.fr
Titre: BBcode TWITTER (twit1) [Imprimer]
Auteur: Andre13 Temps: 4 jours auparavant
Titre: BBcode TWITTER (twit1)
BBcode TWITTER (twit1)
Balise: twit1
{1} paramètre
Niveau d'installation: moyenne
Description
Vous possédez un compte Twitter et faire partager le contenu avec des internautes et ainsi
augmenter vos idées et suggestion etc. et avoir des ami(es) supplémentaires qui pourront
suivre votre flux sur Twitter
placez ce BBcode dans votre panel administration, placez les balises
1. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
2. <script>
3. new TWTR.Widget({
4. version: 2,
5. type: 'profile',
6. rpp: 4,
7. interval: 6000,
8. width: 250,
9. height: 300,
10. theme: {
11. shell: {
12.
background: '#333333',
13.
color: '#ffffff'
14. },
15. tweets: {
16.
background: '#000000',
17.
color: '#ffffff',
18.
links: '#4aed05'
19. }
20. },
21. features: {
22. scrollbar: false,
23. loop: false,
24. live: false,
25. hashtags: true,
26. timestamp: true,
27. avatars: false,
28. behavior: 'all'
29. }
30. }).render().setUser('{1}').start();
31. </script>
Copier
1. <a href='http://twitter.com/{1}' target='_blank'>@{1}</a>
Copier
Exemple sur la balise de Twitter:twit1
1. [twit1]MichaelMcCune[/twit1]
Copier
Ce qui donne:
[twit1]MichaelMcCune[/twit1]
Ou
Twitter:
1. [twit1]Link to URL[/twit1]
Copier
BBcode Twitter non mis mais, réalisable comme ceci:
1. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
2. <script>
3. new TWTR.Widget({
4. version: 2,
5. type: 'search',
6. search: 'NEGstormchasers',
7. interval: 6000,
8. title: 'NewEnglandStormChasers',
9. subject: 'LIVE TWEETS',
10. width: 250,
11. height: 300,
12. theme: {
13. shell: {
14.
background: '#000000',
15.
color: '#ffffff'
16. },
17. tweets: {
18.
background: '#030103',
19.
color: '#ffffff',
20.
links: '#ff8400'
21. }
22. },
23. features: {
24. scrollbar: false,
25. loop: true,
26. live: true,
27. hashtags: true,
28. timestamp: true,
29. avatars: true,
30. behavior: 'default'
31. }
32. }).render().start();
33. </script>
Bienvenue Discuz-france.fr (http://discuz-france.fr/)
Powered by Discuz! X3


