how to modify subscription page in blogengine.Net - blogengine.net

How can I modify subscription page (RSS Feed) in blogengine.Net
I want to add website header & footer in subscription page
How can I do that ?

RSS feed is XML document that has to comply with schema, you can't add HTML header/footer to it. Most you can do is to specify your own CSS style, but even that can be ignored by RSS readers.

Related

Facebook feed dialog deprecating custom fields

Facebook Feed Dialog 2.9 has deprecated the custom fields (name, caption, picture, description) - https://developers.facebook.com/docs/sharing/reference/feed-dialog.
I'm working on an AJAX site where all content and metadata is loaded dynamically. If I just use the link property, the metadata isn't set on initial retrieval of the page so the post doesn't contain the right content.
How can I share an AJAX page on Facebook without having to go down the route of prerendering static pages server side? Thanks
If you can program your page to populate the appropriate metatags on the page load based off of a variable http:/yoursite.com/yourpage.php?thisversion=1 then when you want to share version 1 of the page, you just share the URL with the appropriate variable to populate it. You can still remain on your current version of the page but when you share the URL that would prompt that specific version, facebook makes a call to that respective URL and pulls the appropriate metatags that would be populated by your variable without having to reload the page your are currently displaying. Sorry I don't have time at the moment but will try and comeback and add some sample code for clarity.

tumblr custom pages and ask page

I'm creating a custom tumblr theme. Both the ask (/ask) and custom pages (/whatever-you-want) seem to be considered text posts:
{block:PermalinkPage}
<div>THIS IS A PERMALINK PAGE</div>
{block:Posts}
{block:Text}
{block:Title}<h2>THIS IS THE ASK OR CUSTOM PAGE TITLE: {Title}</h2>{/block:Title}
<!-- BOTH /ASK IFRAME BOX AND CUSTOM PAGES ARE PLACED HERE -->
THIS IS THE ASK IFRAME OR CUSTOM PAGE BODY: {Body}
{/block:Text}
{/block:Posts}
{/block:PermalinkPage}
I want to have a totally different layout for the ask page and the custom pages (no headers or footers on the custom page, no title, etc) and I don't care about the (real) text posts, because I'm not going to use them. Is there a way to have a different content from the "/ask" and the custom page without using javascript? I have read the documentation, but don't see anything that would allow me to do that... Is this possible?
Yes!
Just create a new page (towards the bottom of the Customise options).
If you choose Custom Layout, you can add any html you want and it will be detached from the main template.
Here is an example: http://madox-test.tumblr.com/test
If you check the site root you can see the tumblr template: http://madox-test.tumblr.com (which can still be used for other pages too).
Ref: http://www.tumblr.com/docs/en/pages#layouts
Luke

Joomla - Pulling in articles to an external website through RSS or other method?

I have an external website that I want to have pull content from my Joomla website. Ideally by an RSS feed.
The external website will have a 'thumbnail' that represents the article.
Is it possible to add a custom field to Joomla's New Article page where a user can select a thumbnail from the media library / upload from their computer and send the URL/Path value of the image along with the Article Title and Article Content to the external site through RSS?
If you use K2 you can do that... Each k2 item supports an image that also shows up in RSS feed links!
Also... I think zoo supports that functionality as well!

My rss feed url is not displaying information about my website

I have this as my rss feed url: http://africanquarters.com/index.php?format=feed&type=rss
It does not display my content, but displays data that has nothing to do with my daily changing content. I'm using joomla 1.7. What am I doing wrong?
The rss feed output for a given page varies depending upon the type of page (and probably withe the version of Joomla). For Joomla 1.5 the rss feed was only populated with articles that you marked as 'frontpage' (which is now called 'featured' in Joomla 1.7).
Is this the issue. The articles in the feed are 'featured' and your day in, day out changes which aren't represented in the feed are not marked as frontpage/featured?

Can I add AJAX code(animated files) in header section of blogger blogs?

I have created a health blog using blogger. I want to add AJAX code in their header section.
Can this be done? How would I get started?
Layout -> edit html in blog settings.
HTML is fully editable, so it's possible to add <script> tags.

Resources