|
|
Customize MyFeeds
All channels feed with extras, example
content-syndicate.php?i=7&tw=200&fs=14
Single channel feed with extras, example
content-syndicate.php?c=Your+Biz&i=7&tw=200&fs=14
Finetuning the display
Number of channel items
To choose the number of channel items add i=nn where nn is the number of items to show.
The variable 'i' means items. 10 channels are shown by default.
Example:
content-syndicate.php?i=7
Table width
The channels are shown in a table. The default width of the table is 200 pixels.
To change the width of this table add tw=nnn where nnn is the width in pixels.
The variable 'tw' means table width.
Example:
content-syndicate.php?tw=200
The tw will expand to fit the largest word in the table regardless of your choice.
If a single channel word is long then the table will expand to fit the long word.
Font-size
To choose the font-size add fs=nn where nn is the numeric value in pixels to show.
The variable 'fs' means font-size. The default is 10 pixels.
Example:
content-syndicate.php?fs=14
Combine
Combine items, table width and font-size.
Example:
content-syndicate.php?c=Your+Biz&i=7&tw=200&fs=14
Gotchas - formatting issues to watch out for
- server cache
- browser cache
- putting newsfeed inside another table which has tags, divs, %widths, spans or inherited
css formatting which may override your newsfeed formatting styles
- a good approach is to test your newsfeed formatting on a blank page - that way your styles are
not affected by any other code.
|
|