Re: [videoblogging] Re: separate RSS for second video format

2005-11-25 Thread Christian Wach
On 25 Nov 2005, at 13:13, Steve Garfield wrote:

> How do you have a separate feed for each category in WordPress?

At its simplest, like this:

Say your blog is in a directory called 'wp', and your category
is called 'video'. You can find the id of the category in the
admin interface by looking at the url of the edit button for
that category, eg:

http://www.yourdomain.com/wp/wp-admin/categories.php? 
action=edit&cat_ID=13

So, the video category's id in the WordPress database is '13'.
If you have url_rewriting enabled (so that post slugs work,
for example) then your feed is at:

http://www.yourdomain.com/wp/category/video/feed/rss2/

or, without url_rewriting:

http://www.yourdomain.com/wp/?feed=rss2&cat=13

HTH,

Christian


 Yahoo! Groups Sponsor ~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: separate RSS for second video format

2005-11-25 Thread Michael Meiser
> On Nov 25, 2005, at 8:13 AM, Steve Garfield wrote:
> How do you have a separate feed for each category in WordPress?


Good question Steve. I'll second that. Furthermore, how then do you  
have separate format feeds for each sub category?

Let's see we need comment feeds, Quicktime, WMV, 3GP, H264, and MPEG  
for categories too... then multiply that by two for bittorent.

so the equation looks something like this

   # of video formats
x # of RSS formats (atom?, RSS, mRSS)
x # of sub categories
X 2 if you want bittorrent

And lets not forget comment feeds...

x number of posts on blog
x 2 again for comment feeds

That's 8 bazillion feeds per blog. :)

Sorry, just had to follow it through to it's logical progression. :)

Now, you wonder why directories have problems with duplicate feed and  
blog listings. Screw them, that's they're problem, they'll figure it  
out.

-Mike of mmeiser.com/blog



On Nov 25, 2005, at 8:13 AM, Steve Garfield wrote:

How do you have a separate feed for each category in WordPress?

On Nov 24, 2005, at 5:23 PM, Verdi wrote:

> I was thinking about this since i use Wordpress...
> I know I can have feeds for each category but how can I make a
> separate feed without duplicating posts?

--Steve
-- 
Home Page - http://stevegarfield.com
Video Blog  - http://stevegarfield.blogs.com
Text Blog - http://offonatangent.blogspot.com

Like Paul Revere, leading the citizen's media revolution.





Yahoo! Groups Links










 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: separate RSS for second video format

2005-11-25 Thread Steve Garfield
I'd like someone to tell me how to get a separate feed BY Category in 
TypePad.

And while you are at it, I'd also like a custom header graphic.

On my videoblog, http://stevegarfield.blogs.com , I have 'The Carol and 
Steve Show' and 'Vlog Soup' set up as categories and people want to 
subscribe to them.

Thanks,
--Steve

On Nov 24, 2005, at 5:10 PM, Joshua Kinberg wrote:

> Or maybe its time to ween off Blogger to something that provides more
> options and customizability... Wordpress, MovableType, TypePad, and
> there are plenty of others...

--Steve
-- 
Home Page - http://stevegarfield.com
Video Blog  - http://stevegarfield.blogs.com
Text Blog - http://offonatangent.blogspot.com

Like Paul Revere, leading the citizen's media revolution.



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: separate RSS for second video format

2005-11-25 Thread Steve Garfield
How do you have a separate feed for each category in WordPress?

On Nov 24, 2005, at 5:23 PM, Verdi wrote:

> I was thinking about this since i use Wordpress...
> I know I can have feeds for each category but how can I make a
> separate feed without duplicating posts?

--Steve
-- 
Home Page - http://stevegarfield.com
Video Blog  - http://stevegarfield.blogs.com
Text Blog - http://offonatangent.blogspot.com

Like Paul Revere, leading the citizen's media revolution.



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread Thomas G Henry



I'd be into more details... even just links to tutorials or something... 

thx for the heads up... interesting stuffOn 11/24/05, T.Whid <[EMAIL PROTECTED]> wrote:



Hi,I hacked wp a bit to make two diff feeds for one post
(if you provide links in one post for two diff media files so that wp's
default behavior is to create 2 enclosures). It's pretty simple.. you
just provide a format via a query string and filter the enclosure
routine to only write the enclosure to the feed that matches the format
you want.
If anyone is interested let me know and I'll try to provide
more details. I can't do it right now as presently I'm a bit tipsy and
stuffed from the turkey day din.caio,
On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:

Hey Josh,I was thinking about this since i use Wordpress...I know I can have feeds for each category but how can I make aseparate feed without duplicating posts?VerdiOn Nov 24, 2005, at 4:10 PM, Joshua Kinberg wrote:
> Or maybe its time to ween off Blogger to something that provides more> options and customizability... Wordpress, MovableType, TypePad, and> there are plenty of others...>> -josh

>>> On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:>>> Yep, that works.  Just take the rss feed from delicious and run it
>> through feedburner.  I just tried it - works great.
>> -Verdi On Nov 24, 2005, at 3:25 PM, Tom wrote:>>> Thanks Michael,>>> but still...I would prefer to have one bolg...>>> following your advice - what if I use 
del.icio.us instead of second>>> blog and tag my another video format (let's say 3gp) there, then>>> copy
>>> del.icio.us
 RSS tagged 3gp>>> and paste it (as a separate feed) to my main blog. Does it make>>> sense?>>> t>>> URL: 
http://www.fastmovinganimals.blogspot.com/
>>> FEED: http://feeds.feedburner.com/FastMovingAnimals>>>
> --- In 
videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:>> Hey Tom, You can - though it's kind of clumsy.  Since you're using blogspot,
 just set up a second blog (don't publicize it) and copy and past>>> your>> regular posts over there.  Just remember to change the url of the
 video.  Then set up a feedburner feed and put the button on your>>> main>> blog. Verdi,
 -- Me: http://michaelverdi.com R&D: 
http://graymattergravy.com
 Learn to videoblog: http://freevlog.org Learn to videoblog in person: 
http://node101.org
>  Yahoo! Groups Sponsor >>> ~-->

>>> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your>>> home page>>> 
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
>>> >>> ~->> Yahoo! Groups Links>
>>> Yahoo! Groups Links

>>>  Yahoo! Groups Sponsor > ~-->> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> home page> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
> 
> ~- Yahoo! Groups Links Yahoo! Groups Sponsor ~-->Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM~->

Yahoo! Groups Links<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/-- www.mteww.com






  
  
SPONSORED LINKS
  
  
  


Individual
  
  

Fireant
  
  

Typepad
  
  



Use
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  








-- Thomas G HenryPhone: 845.22.88.555Skype: ThomasGHenryCommunity Mediahttp://ValleyVlog.blogspot.com
http://groups.yahoo.com/group/HVNewMedia/http://groups.yahoo.com/group/videoblogging/


  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread T.Whid



Hi,I hacked wp a bit to make two diff feeds for one post (if you provide links in one post for two diff media files so that wp's default behavior is to create 2 enclosures). It's pretty simple.. you just provide a format via a query string and filter the enclosure routine to only write the enclosure to the feed that matches the format you want.
If anyone is interested let me know and I'll try to provide more details. I can't do it right now as presently I'm a bit tipsy and stuffed from the turkey day din.caio,
On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:
Hey Josh,I was thinking about this since i use Wordpress...I know I can have feeds for each category but how can I make aseparate feed without duplicating posts?VerdiOn Nov 24, 2005, at 4:10 PM, Joshua Kinberg wrote:
> Or maybe its time to ween off Blogger to something that provides more> options and customizability... Wordpress, MovableType, TypePad, and> there are plenty of others...>> -josh
>>> On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:>>> Yep, that works.  Just take the rss feed from delicious and run it>> through feedburner.  I just tried it - works great.
>> -Verdi On Nov 24, 2005, at 3:25 PM, Tom wrote:>>> Thanks Michael,>>> but still...I would prefer to have one bolg...>>> following your advice - what if I use 
del.icio.us instead of second>>> blog and tag my another video format (let's say 3gp) there, then>>> copy>>> del.icio.us
 RSS tagged 3gp>>> and paste it (as a separate feed) to my main blog. Does it make>>> sense?>>> t>>> URL: http://www.fastmovinganimals.blogspot.com/
>>> FEED: http://feeds.feedburner.com/FastMovingAnimals --- In 
videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:>> Hey Tom, You can - though it's kind of clumsy.  Since you're using blogspot,
 just set up a second blog (don't publicize it) and copy and past>>> your>> regular posts over there.  Just remember to change the url of the
 video.  Then set up a feedburner feed and put the button on your>>> main>> blog. Verdi,
 -- Me: http://michaelverdi.com R&D: http://graymattergravy.com
 Learn to videoblog: http://freevlog.org Learn to videoblog in person: http://node101.org
>  Yahoo! Groups Sponsor >>> ~-->
>>> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your>>> home page>>> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
>>> >>> ~->> Yahoo! Groups Links>
>>> Yahoo! Groups Links
>>>  Yahoo! Groups Sponsor > ~-->> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> home page> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM> 
> ~- Yahoo! Groups Links Yahoo! Groups Sponsor ~-->Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM~->
Yahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/videoblogging/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- www.mteww.com





  
  
SPONSORED LINKS
  
  
  

Individual
  
  
Fireant
  
  
Typepad
  
  


Use
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread Joshua Kinberg
Dunno, I'm not a Wordpress user. I would assume you'd have to create a
custom RSS template.

This is fairly easy to do with movableType since you have real
granular control over templates.

-josh


On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:
> Hey Josh,
> I was thinking about this since i use Wordpress...
> I know I can have feeds for each category but how can I make a
> separate feed without duplicating posts?
> Verdi
>
> On Nov 24, 2005, at 4:10 PM, Joshua Kinberg wrote:
>
> > Or maybe its time to ween off Blogger to something that provides more
> > options and customizability... Wordpress, MovableType, TypePad, and
> > there are plenty of others...
> >
> > -josh
> >
> >
> > On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:
> >
> >> Yep, that works.  Just take the rss feed from delicious and run it
> >> through feedburner.  I just tried it - works great.
> >> -Verdi
> >>
> >> On Nov 24, 2005, at 3:25 PM, Tom wrote:
> >>
> >>
> >>> Thanks Michael,
> >>> but still...I would prefer to have one bolg...
> >>> following your advice - what if I use del.icio.us instead of second
> >>> blog and tag my another video format (let's say 3gp) there, then
> >>> copy
> >>> del.icio.us RSS tagged 3gp
> >>> and paste it (as a separate feed) to my main blog. Does it make
> >>> sense?
> >>> t
> >>> URL: http://www.fastmovinganimals.blogspot.com/
> >>> FEED: http://feeds.feedburner.com/FastMovingAnimals
> >>>
> >>>
> >>>
> >>> --- In videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:
> >>>
> >>>
> 
>  Hey Tom,
>  You can - though it's kind of clumsy.  Since you're using blogspot,
>  just set up a second blog (don't publicize it) and copy and past
> 
> 
> >>> your
> >>>
> >>>
>  regular posts over there.  Just remember to change the url of the
>  video.  Then set up a feedburner feed and put the button on your
> 
> 
> >>> main
> >>>
> >>>
>  blog.
>  Verdi,
> 
>  --
>  Me: http://michaelverdi.com
>  R&D: http://graymattergravy.com
>  Learn to videoblog: http://freevlog.org
>  Learn to videoblog in person: http://node101.org
> 
> 
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>  Yahoo! Groups Sponsor 
> >>> ~-->
> >>> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> >>> home page
> >>> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
> >>> 
> >>> ~->
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >>
> >>
> >> Yahoo! Groups Links
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >  Yahoo! Groups Sponsor 
> > ~-->
> > Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> > home page
> > http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
> > 
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread Verdi
Hey Josh,
I was thinking about this since i use Wordpress...
I know I can have feeds for each category but how can I make a  
separate feed without duplicating posts?
Verdi

On Nov 24, 2005, at 4:10 PM, Joshua Kinberg wrote:

> Or maybe its time to ween off Blogger to something that provides more
> options and customizability... Wordpress, MovableType, TypePad, and
> there are plenty of others...
>
> -josh
>
>
> On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:
>
>> Yep, that works.  Just take the rss feed from delicious and run it
>> through feedburner.  I just tried it - works great.
>> -Verdi
>>
>> On Nov 24, 2005, at 3:25 PM, Tom wrote:
>>
>>
>>> Thanks Michael,
>>> but still...I would prefer to have one bolg...
>>> following your advice - what if I use del.icio.us instead of second
>>> blog and tag my another video format (let's say 3gp) there, then  
>>> copy
>>> del.icio.us RSS tagged 3gp
>>> and paste it (as a separate feed) to my main blog. Does it make  
>>> sense?
>>> t
>>> URL: http://www.fastmovinganimals.blogspot.com/
>>> FEED: http://feeds.feedburner.com/FastMovingAnimals
>>>
>>>
>>>
>>> --- In videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:
>>>
>>>

 Hey Tom,
 You can - though it's kind of clumsy.  Since you're using blogspot,
 just set up a second blog (don't publicize it) and copy and past


>>> your
>>>
>>>
 regular posts over there.  Just remember to change the url of the
 video.  Then set up a feedburner feed and put the button on your


>>> main
>>>
>>>
 blog.
 Verdi,

 --
 Me: http://michaelverdi.com
 R&D: http://graymattergravy.com
 Learn to videoblog: http://freevlog.org
 Learn to videoblog in person: http://node101.org


>>>
>>>
>>>
>>>
>>>
>>>
>>>  Yahoo! Groups Sponsor 
>>> ~-->
>>> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
>>> home page
>>> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
>>> 
>>> ~->
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>> Yahoo! Groups Links
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>  Yahoo! Groups Sponsor  
> ~-->
> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your  
> home page
> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
>  
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread Joshua Kinberg
Or maybe its time to ween off Blogger to something that provides more
options and customizability... Wordpress, MovableType, TypePad, and
there are plenty of others...

-josh


On 11/24/05, Verdi <[EMAIL PROTECTED]> wrote:
> Yep, that works.  Just take the rss feed from delicious and run it
> through feedburner.  I just tried it - works great.
> -Verdi
>
> On Nov 24, 2005, at 3:25 PM, Tom wrote:
>
> > Thanks Michael,
> > but still...I would prefer to have one bolg...
> > following your advice - what if I use del.icio.us instead of second
> > blog and tag my another video format (let's say 3gp) there, then copy
> > del.icio.us RSS tagged 3gp
> > and paste it (as a separate feed) to my main blog. Does it make sense?
> > t
> > URL: http://www.fastmovinganimals.blogspot.com/
> > FEED: http://feeds.feedburner.com/FastMovingAnimals
> >
> >
> >
> > --- In videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> Hey Tom,
> >> You can - though it's kind of clumsy.  Since you're using blogspot,
> >> just set up a second blog (don't publicize it) and copy and past
> >>
> > your
> >
> >> regular posts over there.  Just remember to change the url of the
> >> video.  Then set up a feedburner feed and put the button on your
> >>
> > main
> >
> >> blog.
> >> Verdi,
> >>
> >> --
> >> Me: http://michaelverdi.com
> >> R&D: http://graymattergravy.com
> >> Learn to videoblog: http://freevlog.org
> >> Learn to videoblog in person: http://node101.org
> >>
> >
> >
> >
> >
> >
> >
> >  Yahoo! Groups Sponsor 
> > ~-->
> > Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> > home page
> > http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
> > 
> > ~->
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: separate RSS for second video format

2005-11-24 Thread Verdi
Yep, that works.  Just take the rss feed from delicious and run it  
through feedburner.  I just tried it - works great.
-Verdi

On Nov 24, 2005, at 3:25 PM, Tom wrote:

> Thanks Michael,
> but still...I would prefer to have one bolg...
> following your advice - what if I use del.icio.us instead of second
> blog and tag my another video format (let's say 3gp) there, then copy
> del.icio.us RSS tagged 3gp
> and paste it (as a separate feed) to my main blog. Does it make sense?
> t
> URL: http://www.fastmovinganimals.blogspot.com/
> FEED: http://feeds.feedburner.com/FastMovingAnimals
>
>
>
> --- In videoblogging@yahoogroups.com, Verdi <[EMAIL PROTECTED]> wrote:
>
>>
>> Hey Tom,
>> You can - though it's kind of clumsy.  Since you're using blogspot,
>> just set up a second blog (don't publicize it) and copy and past
>>
> your
>
>> regular posts over there.  Just remember to change the url of the
>> video.  Then set up a feedburner feed and put the button on your
>>
> main
>
>> blog.
>> Verdi,
>>
>> --
>> Me: http://michaelverdi.com
>> R&D: http://graymattergravy.com
>> Learn to videoblog: http://freevlog.org
>> Learn to videoblog in person: http://node101.org
>>
>
>
>
>
>
>
>  Yahoo! Groups Sponsor  
> ~-->
> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your  
> home page
> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
>  
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>



 Yahoo! Groups Sponsor ~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/lBLqlB/TM
~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/