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().

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:
  1. 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:
  1. get_flashfeedscrollreader("height=20&feedurl=http://www.undolog.com/feed")
  2. ...
  3. get_flashfeedscrollreader("bgcolor=#ff0000&feedurl=http://www.flussodigitale.com/feed")

Tags

, , ,

5 Commenti a “Flash Feed Scroll Reader ver.0.7.2”


  1. 3d

    Нужная тема, добавлю ка в избранное :)


  2. Игорь

    С уводольствием пожал бы автору руку, благо, его блог - чудо.


  3. 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!


  4. Giovambattista Fazioli

    @distorted:

    I went into my theme and found the header.php but have NO idea where in that file do I put that code?

    Hi, you can insert php code where you like. For example above

    or below.


  5. 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!!!

Lascia un commento:

TAG XHTML permessi:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Inserimento codice:
usa <pre></pre> per racchiudere codice o, ancora meglio:
[code][/code] [as][/as] [php][/php] [js][/js] [html][/html]

torna su