10 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for london-G

Hi Guys, Hope you are enjoying the summer! I am having some trouble with the code below. It is feeding blog posts from another website and linking them to a website. The code works fine. However I need to change the hyperlink(uri) to another domain. <li><a href="<?php echo $feed[$i]->uri; ?>" …

0
217
Member Avatar for Chris920

Hey everyone. Im creating a site and im trying to add a second RSS feed, even a third or forth if i can figure out how to do the second one first. The code bellow is in my index.html templeate. Its based off of Feedget. Im not sure how to …

Member Avatar for Chris920
0
257
Member Avatar for grakovski

Hello. I have one problem with only one text witch shows two times (i want only once) Here is picture: http://i.imgur.com/cfOrBCs.png Maybe the for cycle loops this text and...this is happen. I want to show only once in the middle. Here is code: var matchcount = 4; $.ajax({ type: 'GET', …

0
219
Member Avatar for Deep Modi

Hi, I am new on this all, I want to add RSS Feed to my website. But really i don't know about this anything. As I am on windows 7, The gadget RSS FEED (i look on it) and also view some pages like [THIS](http://windows.microsoft.com/en-us/windows7/Using-RSS-feeds) but the Question is How …

Member Avatar for Deep Modi
0
253
Member Avatar for OsaMasw

hey there guys I need a PHP class to fetch news from different sites, I use rssphp.net class and its great if I need the **title** of article and the **short description**, but what I need is the full story somthing like ?type=rss2 in vBulletin forums the main output of …

Member Avatar for OsaMasw
0
298
Member Avatar for helixkod

I have an xml file that I have to read in, convert all the carriage returns to \x0D and line feeds to \0xA, then call it into a function as a string. So for example my XML file is: <TEST> this is a string </Test> I would want a string …

Member Avatar for helixkod
0
1K
Member Avatar for dalilice

Hi, I'm rather new to php so...I use simplepie to parse rss feed but i want to filter them by keywords i made this code : $feed = new SimplePie(); $feed->set_feed_url(http://website.name/rss); $feed->init(); $feed->set_cache_duration (3600); $feed->set_timeout(30); $feed->handle_content_type(); $countItem = 0; foreach ($feed->get_items() as $item){ $checktitle = $item->get_permalink(); //Regex keyword filter $pattern …

Member Avatar for Squidge
0
366
Member Avatar for epicrevolt

Alright, So I am making a website that will have groups of pages, on those pages it will have the ability for a user to paste a Facebook page URL. How would I go about using their API to retrieve that pages news feed? It baffles me that Facebook expects …

Member Avatar for twiss
0
188
Member Avatar for MktgRob

I am trying to maximize the SEO benefits to my clients corporate site that come from being linked to the blogs they have set up and I was wondering if there is anything I can do to squeeze some SEO benefits from the RSS feeds on the blogs? Is this …

Member Avatar for MktgRob
0
740
Member Avatar for cwarn23

Hi and in a previous discussion I wrote a bot that created informational text articles from the php forum at daniweb. This discussion can be found at [URL="http://www.daniweb.com/forums/thread200918.html"]http://www.daniweb.com/forums/thread200918.html[/URL] However I now have another question due to the great success of my bot. Is it possible for to expand the bot …

Member Avatar for Nick Evan
0
361

The End.