return to libsyn.com
It is currently Tue Nov 24, 2009 1:17 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Adding graphics, Links, etc.
PostPosted: Tue Sep 29, 2009 10:59 am 
Offline
new here

Joined: Sat Jan 24, 2009 12:34 pm
Posts: 3
Where can I go to read a tutorial on inserting graphics, buttons, links, etc on the left or right side of my Libsyn podcast page? I know I have to get into the advance settings mode and get into the xml code but how do I make these insertions?

I'm a total newbie.
http://sailingmagazine.libsyn.com/


Top
 Profile  
 
 Post subject: Re: Adding graphics, Links, etc.
PostPosted: Wed Oct 07, 2009 6:50 pm 
Offline
these forums smell like me
User avatar

Joined: Tue Nov 14, 2006 5:24 pm
Posts: 371
Location: Pittsburgh, PA
Hello
To add buttons/images etc... to your blog page, you'll need to access your page's html code under your Settings > Advanced page.
You'll need to find the Sidebar panel in your code. This portion of the code will have other items such as Archives and Categories in most cases, so its pretty easy to find:

<div class="rightnav">
<p class="sidePaneTitles">Categories</p>
[[categories]]

<p class="sidePaneTitles">Archives</p>
[[archives]]
<p>
[[calendar]]
</p>
[[search]]
<p class="sidePaneTitles">Syndication</p>
[[syndication]]
</div>


You can then add image links/buttons in this portion in the location that you prefer.

<div class="rightnav">
<p class="sidePaneTitles">Categories</p>
[[categories]]

<p class="sidePaneTitles">Archives</p>
[[archives]]
<p>
[[calendar]]
</p>
[[search]]
<p class="sidePaneTitles">Syndication</p>
[[syndication]]
<p class="sidePaneTitles">Subscribe in iTunes</p>
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=xxxxxxxxx"><img src="http://images.apple.com/ru/itunes/podcasts/images/podcaststips_icon20070905.jpg"></a>

</div>

For instance. Here I added an img and linked it to an iTunes Store ID.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2007 phpBB Group
xand 2 for phpBB3 by Thomas Hoornstra and Shadow_One