uCoz Community » uCoz Modules » Additional Features » RSS import and other RSS questions
RSS import and other RSS questions
Styler
Posts: 7
Reputation: 2

Message # 1 | 3:29 PM
1. Go to Main » RSS import and click Add RSS reader.

2. Fill in the form:

RSS feed address: Full URL of the RSS-feed, beginning with _http://... – e.g. http://sports.yahoo.com/nba/rss.xml

Number of entries: – the number of entries you want to display simultaneously.

Number of columns: – the number of columns for displaying of RSS entries.

3. After you have created an RSS reader, you will need to customize its template, i.e. appearance of your RSS reader. To edit the template click the link "Template customization" near the name of the created RSS reader. A pop-up window will appear. Edit the template and click "Save".

4. Close the window with the template and copy the code of your RSS reader, e.g. $RSSIT_1$. You should paste this code into any part of the website where you want the feed to be displayed. If it is not Page Editor then into a template. In Page Editor you can insert the code into page content.

For RSS-feed insertion into Page Editor content, the modes "HTML Codes Panel" or "BB Codes Panel" should be selected.


RSS feeds of your uCoz website

RSS feeds of your website modules are available by the URL _http://website.ucoz.com/MODULE/rss, e.g. _http://website.ucoz.com/news/rss for Site News.

RSS feeds of module categories look like _http://website.ucoz.com/dir/rss-2 - where "2" is a category ID.

Sunny
Posts: 9296
Reputation: 456

Message # 136 | 12:53 PM
FrEEzE, there is a problem with the RSS and the Hebrew language, it will be fixed.
I'm not active on the forum anymore. Please contact other forum staff.
Soccer
Posts: 1
Reputation: 0

Message # 137 | 3:52 PM
Hello everyone,
Some of my RSS feeds don't show up completely and some show up[/b] w/o images (only shows links). Can someone guide me how to make them function properly? They used to work, but stopped. I have not made changes, next day they did not function, some of them.
Thanks
FrEEzE
Posts: 62
Reputation: 0

Message # 138 | 8:07 AM
One RSS was fixed couple of days back, now it's not working again.
Is there any other feature I could use for now?
Sunny
Posts: 9296
Reputation: 456

Message # 139 | 12:08 PM
Soccer, provide the website address and the RSS links.

FrEEzE, the language problem has not been confirmed. The problem is in the permissions: You RSS doesn't work because the entries are not available for guests.

I'm not active on the forum anymore. Please contact other forum staff.
FrEEzE
Posts: 62
Reputation: 0

Message # 140 | 7:07 AM
OMG, such a simple solution? How could I miss it?
Now it's working like a charm.

Sunny - as many times before: thanks for all the help you have provided.
carloscompu
Posts: 246
Reputation: 1

Message # 141 | 2:39 PM
Why the rss for video module sending me to the main page
http://cyberq.org/video/cha
Sunny
Posts: 9296
Reputation: 456

Message # 142 | 2:41 PM
carloscompu, the Video RSS is available by the link http://cyberq.org/video/virss There is currently a bug with RSS in video categories, it will be fixed.
I'm not active on the forum anymore. Please contact other forum staff.
Noman099
Posts: 3
Reputation: 0

Message # 143 | 4:12 PM
Hi,

I've a freely created website via ucoz builder. I've a few problems with my site.
1. I want to remove the RSS, delicious, memorai etc buttons from my site. How can I do that?
2. I want to keep only facebook button, how can I link my facebook fan page with this button?
3. I want to link my website name with home page, as it is not linked, how can I do that?

I've searching the ways and doing things by myself since many days, but I couldn't do that still. Help from any member is greatly appreciated.
Moreover, I'm not submitting my site into this post since its my 1st or 2nd post or so,you can see it in my sig.

Regards
Ghufran

Can you please suggest a few tips for my site
Post edited by Noman099 - Monday, 2013-01-14, 4:16 PM
Sunny
Posts: 9296
Reputation: 456

Message # 144 | 12:07 PM
1. Here is the code of the block:

Code
<div id="soc">
<?if($RSS_LINK$)?><a href="$RSS_LINK$" target="_blank" title="RSS" class="soc-rss"></a><?endif?>
<a href="http://del.icio.us/post?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Del.icio.us" class="soc-del"></a>
<a href="http://www.facebook.com/share.php?u=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="FaceBook" class="soc-facebook"></a>
<a href="http://memori.ru/link/?sm=1&u_data[url]=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Memori" class="soc-memori"></a>
<a href="http://vkontakte.ru/share.php?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Vkontakte" class="soc-vkontakte"></a>
<a href="http://twitter.com/share?url=$HOME_PAGE_LINK$" rel="nofollow" target="_blank" title="Twitter" class="soc-twitter"></a>
</div>


It is written almost in each template in the "Customize design" section of the website Control Panel.

2. If you want just a simple link, it should be smth like this:

Code
<a href="link_to_your_facebook_page" rel="nofollow" target="_blank" title="FaceBook" class="soc-facebook"></a>


3. Please see the tutorial here: http://forum.ucoz.com/forum/42-12199-1

I'm not active on the forum anymore. Please contact other forum staff.
Noman099
Posts: 3
Reputation: 0

Message # 145 | 4:53 PM
Hi Sunny

Thank you for your great post. It was really much helpful for me. But I still need a bit more help. You can see that the 5 buttons except facebook one, they have not been removed from my site even I've removed the html codes as you told. The button of rss that was apearing at the top has been removed when I removed the code but these are not being removed. Can you please tell me why? Moreover do you think that this website can work for me? Thanks.

Can you please suggest a few tips for my site
Sunny
Posts: 9296
Reputation: 456

Message # 146 | 2:45 PM
Noman099, you haven't deleted the code of those buttons. It is written in almost each template, you need to delete it from everywhere.
I'm not active on the forum anymore. Please contact other forum staff.
Noman099
Posts: 3
Reputation: 0

Message # 147 | 4:11 PM
Hi. Thank you for your great and extremely helpful cooperation. I got them resolved.

Thanks again
Ghufran

Can you please suggest a few tips for my site
FrEEzE
Posts: 62
Reputation: 0

Message # 148 | 9:45 PM
Hello again.
In my forum, I have "News" section. Is there a way to create a specific RSS for this forum alone?
Sunny
Posts: 9296
Reputation: 456

Message # 149 | 10:25 AM
FrEEzE, I'm afraid no.
I'm not active on the forum anymore. Please contact other forum staff.
FrEEzE
Posts: 62
Reputation: 0

Message # 150 | 10:16 PM
:\
Thanks anyways.
uCoz Community » uCoz Modules » Additional Features » RSS import and other RSS questions
Search: