Flash Feed Scroll Reader ver.0.7.2
29 dic, 2008 - di Giovambattista Fazioli
2008
29
dicembre
Rilasciata la versione 0.7.2 di Flash Feed Scroll Reader. In questa release è stata aggiunta la possibilità di impostare i parametri dello scroller anche dalla funzione php flashfeedscrollreader() o get_flashfeedscrollreader().
I parametri sono passati nello standard Wordpress e sono:
- width: larghezza del Flash movie. Questo valore può essere espresso in percentuale (100%) o in pixel (100)
- height: altezza del Flash movie. Questo valore può essere espresso in percentuale (100%) o in pixel (100)
- feedurl: indirizzo del feed
- scrollspeed: velocità dello scroll in millisecondi
- separator: separatore (in HTML) tra un titolo e un altro
- description: se impostato ad "1" mostra parte del contenuto del feed. "0" per non visualizzare nulla
- stringcut: se
descriptionè impostato ad "1" allora questo parametro indica il numero massimo di caratteri da visualizzare come contenuto del feed - stylesheet: indirizzo del foglio di stile usato per rendere i titoli nello scroll
- bgcolor: coloro di sfondo del Flash Movie nel formato
#RRGGBB - wmode: modalità della finestra del Flash movie: Window, Opaque, Transparent
Ad esempio:
PHP:
-
get_flashfeedscrollreader("width=100%&height=20")
In questo modo, ad esempio, possiamo visualizzare sulla stessa pagina due scroller differenti con due diversi feed e diverse modalità di visualizzazione:
PHP:
-
get_flashfeedscrollreader("height=20&feedurl=http://www.undolog.com/feed")
-
...
-
get_flashfeedscrollreader("bgcolor=#ff0000&feedurl=http://www.flussodigitale.com/feed")
Tags
Flash, Flash Feed Scroll Reader, Plugins, Wordpress



3d
Нужная тема, добавлю ка в избранное
Игорь
С уводольствием пожал бы автору руку, благо, его блог - чудо.
distorted
Thank you for sharing this widget! I am excited to get it to work because it sounds like exactly what I need.
I have downloaded the zip file and think that I activated it correctly by going into Plugins > Add New > Install zip file. I went into my theme and found the header.php but have NO idea where in that file do I put that code? Any help would be much appreciated, or a point in the right direction... thanks again!
Giovambattista Fazioli
@distorted:
Hi, you can insert php code where you like. For example above
or below.distorted
Thanks I figured out the problem. The first RSS feed that I was trying to use had a '&' in the URL and that messed with the arguments. I found a feed that didn't have the '&' in the URL and it worked beautifully. Thank you for sharing this widget!!!