Wordpress. show information in rss - wordpress

Sorry for noob question. I'm mobile software developer and I haven't seen wordpress dashboard.
My customer is stuck with such trouble: information that he add to site does not shows in rss. And I can't read this information without rss.
Can you provide photo or video guide how to add some category of information to RSS.
For now I receive RSS from such adress : *./feed, .**/visitors/feed

I have a solution. you can get rss by the category of posts.
http://example.com/category/categoryname/feed
You can view full guide here

Related

MailChimp and Wordpress Integration for E-Book download

I'm a little new to web dev and coding so forgive my basic question..
I'm working as a sales and marketing consultant for a software company. The company has requested i create a mailchimp campaign linking to a landing page on wordpress, with downloadable e-book for subscribers. I'm having difficulty with this; does anyone have a recommendation or solution to integrate/automate the two?
To be more concise, there's three actions required: Sending the campaign (Mailchimp), redirecting to the landing page (Wordpress), and then downloading E-Book AFTER subscribing (Wordpress). All these actions have been completed; I just don't know how to automate/integrate the actions together.
i realize it's not a coding question per se, but I assume some coding may be needed.
Thanks :)
P.s. I searched for a similar question but to no avail. If there is one, please link the answers :)
Have you tried the mail chimp plug-in?
https://wordpress.org/plugins/mailchimp-for-wp/
-Good luck [:
I have had to create a similar workflow, below is my process.
Create a list on mailchimp
within this list, in the forms tab, create a form to get name and email info of people wanting to download your Ebook
open 'embedded forms' in the same list and copy the HTML code
Using the Bloom plugin connect mailchimp and wordpress.
selected the mailchimp list you want to connect
select 'custom HTML form' and paste the code
make final aesthetic changes to from
Bloom will give you a 'shortcode for the optin' which can be copied into a black wordpress page. (this will show your form)
Create a landing page on wordpress
standard page nothing special but link to you wordpress page with your form
Set up automation on Mailchimp that whenever someone signs up to your list they get an email with a link to the Ebook.
That's the overview, with many learning opportunities along the way ;)

RSS/Atom Feed for website

I am new to RSS/Atom feeds and there are a couple of points that I don't quite understand from doing some basic research.
Firstly, how do I tell if a website has an RSS/Atom feed? I can't see an icon for it on the website but is there anything else I can look at that will give me an indication that there is a feed?
Secondly, if there isn't an RSS/Atom Feed, is it going to be possible to create an RSS/Atom feed that will always be up-to-date without being a webmaster of the site? I am essentially wanting to use an RSS/Atom feed to get web pages that have products that are going to be resold on another website. Is this going to be possible if these pages aren't already in an RSS/ATOM feed? I know there are tools that allow you to make an RSS Feed of any webpage but I believe you have to re-do it if any content changes.
Thanks for your time.
To find out if a site offers an RSSAtom feed, use feed auto-discovery.
No, if you're not the publisher of the site, you can't publish an RSS feed which is consistently up to date.

Simplemechine forum Rss link

I am using simplemechine forum script(SMF) old version(1.1.6).
I want to rss to my facebook page.when
I search in google,the rss type for my forum is
http://example.com/index.php?action=.xml;type=rss.
This rss link is only work in old version IE.This rss link is not work with firefox,chome,lastest broswer and facebook page.
Plsase help me how I can get rss link for my forum.
Sorry for bad english.
First of all you should consider upgrading your forum because of security risks.
What you need is to auto post your forum topics to your facebook page/profile?
If is that what you need you can use a 3rd party website that provide this kind of service.
The one i use and recoment is http://twitterfeed.com/, where you can automaticly post all your forum updates to twitter AND facebook.
About your RSS URL, the default feed of SMF forum is really /index.php?action=.xml;type=rss wich will display ALL updates of your forum, including new topics, and new answers to topics. You can freely manage this feed type to show only new topics, or only topics from one determined category, etc. Good Luck.

Crosspost Wordpress blog post to blogger

I want to publish the same post which I just published in the worpress blog to blogger & facebook automaticaly. I know it possible and there are various plugin out there. But cant find one free to use plugin which do this.
I used a 'network publisher' plugin. Its free for facebook by need to pay if we want to add another on like blogger or other. But its working good for me in facebook
Now I am really worried what to do for my blogger to get automatically posted from wordpress.
At last I got the blogger (.blogspot) to get my post automatically from the wordpress.
The blogger can be configured to post via email. There in the blogger account we have to create a secret email address in the setting tab
format look like this - name_of_the_site.secretcode#blogger.com (so that a mail send to this address will automatically posted in the blogger)
And then in the wordpress install a plugin named CROSSPRESS which do all the required stuff
where simply put the email address and the signature which we want to show underneath each post.
Test it by creating a new post and publishing it. You will get the same in blogger
DONE......
It is now possible to post directly using Blogger API (since 4 weeks)
I think you just have to wait a plugin that integrate this feature.
Here is the API announcement : http://code.blogger.com/2012/06/blogger-api-v3.html
Simply set up Blogger and Facebook to get your Wordpress site RSS feed. Look at Blogger and Facebook for docs on how to do that.
Cross post seems to have issues in that line breaks don't get carried across properly and it seems to generate ASCII character 160 in a few random places as well at the moment.

Tweets and RSS Feed for article

I am developing a blog site in asp.net 3.5 with C#. I have written few blog post in my site. Now, I want to give two icon below my article
1: "retweet" [Twitter], so that people can tweet my article
2: Subscribe RSS Feed for this article.
Please let me know how to achieve it in the best way.
Thanks in advance.
This JavaScript code will allow you to let users tweet your article
http://www.saschakimmel.com/2009/05/how-to-create-a-dynamic-tweet-this-button-with-javascript/
For #2, you will have to create an RSS feed thru a generic handler(.ashx file), and link the icon to it.
Or you can use a free service such as addthis.com which allows your users to post your article to twitter, facebook, google, rss feeds, and other mediums.

Resources