View Single Post
Old 05-05-2017, 01:02 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,342
The example in the first post was made for some hypothetical XML feed. Let me show you a few example from the real life.

Say you are going to import video embeds from video XML feed in SmartScripts format. Almost all existing affiliate programs provide them. These feeds look like this one: http://royal-cash.com/index.php?handler=promo_flv&format=xml

Actually there is a built-in preset for such type of feeds in CyberSEO 7. You should just select it in the "Select processing rules (preset):" box and simply syndicate the feed. But I just want to show the alternative way which you can use to easy syndicate it by yourself without use of the standard presets.

So what should you do to set up CyberSEO 7 for this type of XML feeds.

1) First of all, you have to add the feed's URL.

2) Now on the feed settings page, put the following lines into the "Custom fields" box:

Code:
clip_url->clip_url
flv->flv
screen_url->screen_url
screen->screen
3) Simply define the desired HTML format for the generated posts by placing something like this into the "Post content" box:

Code:
[video src="%custom_fields[clip_url]%%custom_fields[flv]%" poster="%custom_fields[screen_url]%%custom_fields[screen]%"]
<p>%post_excerpt%</p>
Done! Now you can save the settings and pull the videos. As you can see, with CyberSEO 7 it's extremely easy to syndicate almost any type of content without PHP knowledge.
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote