Plugin Author
Allen
(@amweiss98)
what server are you running this on? is it a commercial production server or a home server? These feeds should work, but if you’re getting a problem is likely due to your server.
Hello Allen,
Thank You for your quick reply. I am using that on my home server.
http://web2.anzleads.com/QueueRato/dev/
and these are my admin details
http://web2.anzleads.com/QueueRato/dev/wp-admin
admin / welcome2sb
Please help me.
Plugin Author
Allen
(@amweiss98)
looks like you got this working.
Thank you Allen, It’s working now. There was some problem in my curl, So it was not being able to fetch data on my server.
I am trying to display an RSS feed from a facebook page in my website. However the images from Facebook are not showing up in the website no matter how I try to configure the shortcode setting.
The HTML being generated by WP RSS Multi-Importer contains the correct image references (for instance- src=”http://photos-f.ak.fbcdn.net/hphotos-ak-ash4/1380742_681576715188544_1735857063_s.jpg”) but they do not display. Instead I am getting the post text underlined.
The hosting service that I am using is BlueHost.
The page in question is:
http://opca-shelter-network-alliance.com/rss-feed-test-page/
My shortcode settings are:
Show EXCERPTS – yes
show Category Name – checked
Keep limited html in the excerpt – unchecked
Let your readers determine if they – checked
want to see the excerpt
with a show-hide option.
Excerpt length – Give me everything
Check to get rid of all – unchecked
images in the excerpt.
Check to use any image in – checked
the content if possible
If you want excerpt images,
check to fix their width at 150 – checked
Float images to the left – unchecked
(can be over-written in shortcode).
Default category image setting – Process normally
Am I doing anything that is obviously wrong?
Thank you very much,
Demetrius
I also met same issue. But I fixed it by doing follow..
Just install CURL and restart apache.
For Ubuntu:
1. sudo apt-get install php5-curl
2. sudo service apache2 restart