What's the deal with the new "Powered by [feed digest image]" at the top/bottom of every feed?
Look what its done to the look of my personal homepage: http://ftp.freehostia.com.
May I request that it gets removed and returns to how it was before?
What's the deal with the new "Powered by [feed digest image]" at the top/bottom of every feed?
Look what its done to the look of my personal homepage: http://ftp.freehostia.com.
May I request that it gets removed and returns to how it was before?
It's a new policy for free accounts by the new owners of Feed Digest.
However, there was an issue with how it was being added to digests that was causing formatting issues, and this should now be resolved. All digests will have the "new" formatting within the next few hours.
I would like to support your efforts. I am a paying customer and would like to add your "powered by" logo to the bottom of some of my blogs. Can you send me a graphic to temp@soanetworks.com
Gary E. Smith
THE SOA NETWORK
Hi Gary, you can choose from a variety of graphics if you wish. See:
http://www.feeddigest.com/images/button1.gif
http://www.feeddigest.com/images/button2.gif
http://www.feeddigest.com/images/button3.gif
http://www.feeddigest.com/images/button4.gif
http://www.feeddigest.com/images/button5.gif
http://www.feeddigest.com/images/button6.gif
http://www.feeddigest.com/images/button7.gif
Then if you want to add a similar line to your page you can, or if you want to do it in a digest, just put it in a digest's footer, like so:
<p>Powered by <img src="URL OF IMAGE HERE" /></p>
Thanks for your support!
Whoops, the code got messed up because I did an A tag. I'm guessing you know the HTML for this. If not, let me know.
Has the new formatting been implemented? My alignment is still off (could be our ugly HTML): http://gocolumbia.edu/library/Default.htm Any chance we could be allowed to change position, size, etc. of it?
Thanks - Brian
Would be nice to be able to change the alignment of the "powered by FD" text
It is possible to override the styling of that block by using CSS on the "fdpoweredby" class.
My site is my own personal site that I use as my homepage and makes no revenue. I am running of a free server and dont have my own domain. So i wont pay for something for my site.
I Would like to say this new image "http://feeddigest.com/images/button_1.gif" is better then the "http://feeddigest.com/images/button3.gif"
can i suggest an option on thecontrol panel for choices of images to have.
matti: If you want the bar not to show up, as it sounds you do, then look into using the CSS "display" directive to hide the .fdpoweredby DIV.
Hey, thanks! I had never heard of a visability tag before.
Also note that the "Powered by" text is now removed, leaving just the image.
Do I have to wait for the feed to update as I'm still seeing the 'powered by' in my feeds?
I also don't mind having a link back to feed digest in my free feeds, but I'd love to be able to choose a color for the logo that fit in with my site better? And choose whether I want it left, right, or center. Also, since I'm asking for everything - LOL - I'd love to be able to put at least one line of space between the last line in my feed and the logo.
Thanks for listening.
As with the earlier comments, you can change the formatting using CSS on the DIV with fdpoweredby class. For example:
<style type="text/css">
.fdpoweredby { text-align: left; margin-top: 1em; }
</style>
etc.. you cannot change the color, however, since it's just a graphic. But a display: none; would hide the whole thing if you wanted.
Ah - sorry to make you repeat yourself - I should have read the thread more carefully. Thanks for your patience!
This topic has been closed to new replies.