New Wordpress plugin: newsPage
This past week, I redid the design for QuickPipe.com, and one of the things I wanted to add was an Industry News section.
I thought about just making a page that was part of the template, but then I decided that I wanted to control the RSS feeds from the backend, so that began my work on this new plugin.
newsPage is an RSS feed aggregator much like PopUrls or AllTop, two pretty popular web sites. This topic has been looked at before by lots of websites and it wasn’t something I was trying to repeat. What I was trying to repeat, was the idea of being able to give people a way to quickly turn sections of their blogs into news aggregation pages.
You could easily use this plugin to make a website similiar to PopUrls, or you could use it to make a page that has all your industry news.
There’s some more functionality I’ll be adding later, but this is the initial beta release, and it’s one I’m pleased with so far.
Very nice plugin, had no problems getting it installed and running, it seems to integrate nicely with my theme to. I was wondering how to control the description boxes that pop up when hovering over the links?
Made my day, been having trouble with plugins lately, yours was a breeze to work with.
Rand
Thanks
I kept it simple, so the description boxes are handled by 2 lines in the newspage.css file.
“.feeditem a span” and “.feeditem a:hover span”
I may switch that to jquery later, but for now, I wanted to keep things simple.
Hello.
First of all thanks for the plugin.
I was wondering how to get the news link to open in a new page when clicking on it?
Thanks
It’s on my list to include it as an option in the next release (new window or no), but for now, if you open newsblocks.php, and go to line 71 and line 90, you can edit the “<A href” code to open in a new window.
Replace “<a href” with “<a target=’_blank’ href” instead.
Thank for the answer.
It is possible some how to be able to have more then one news page?
In what way?
You can now add the newspage tag on as many pages as you want.
The next version, which is being tested now, will let you actually specify tags for each feed, and then display feeds based on that tag so you can create multiple newspages
Great plugin — been looking ofr days for a solution like this — well done — THANKS!
Roger,
Thank you! This is a great plug-in!
I have one question, however. Where can I control how many characters are displayed from a feed?
It’s currently specified at line 23 of the “newsblocks.php” file. But it’s on the todo list for the next update (1.7), to be controlled from the backend, along with a few other items.
Awesome. Thanks for the help!
Awesome plugin. It was just what I was looking for. I’ve tried to change the character length. From the default “200″ to “20″ and it doesn’t look like anything changed.
Do I have some other setting overriding it?
Open up newsblocks.php, and look for $length = 200;, change that to 20 and it will work.
Excellent plug-in but was wondering if the following could be implemented and if so how:
1) Justify the block text & mouse-over text to be equally padded on both sides.
2) Enable/Disable the feeds fav.icon Only because some of the feeds are missing their site’s icon.
3) A way to display individual feeds instead of using the widget? It’s really for formating and how and where the feed is located. Example, a total of 10 feeds and 5 of those feeds are separated by a tag.
Thanks
1) you’ll have to play with the stylesheet.
2) That would be in newsblocks.php, around line 69
3) That could be done by using the topics, assign a topic or tag to different feeds and then display only feeds for that topic.
Excellent thanks, I got the first two done but the last step I was unable to do. I already tried to do this:
This works fine but shows all my feeds:
This does not work:
And this does not work either:
I tried several other ways but the topic itself does not show up. Btw, the “Show List of Topics at bottom of newspage?” is set to “No”. Is there something that I did wrong or is there another way of doing this?
Thanks
Not sure what you said you tried (code apparently got cut out), but if you try this on a page:
[newstopics limit=5 topic=”web design”]
where “web design” is the name of the topic, then that would show only feeds that are designated as web design.
Hi Roger, Just to say great plugin and thanks. Cheers, Jonathan.
Will this work with the Thesis Theme?
Most definitely