How To Replicate Techchuck AutoBlog

Thanks Sonicman. Reloaded wp and wp-o-matic and no errors! One more thing though. How do I get the videos that wpomatic brings in to play? Currently in place of where the video should appear it states "<!-- Embed video for Flash version >= 8 ->, How do I do that so all videos load and play without having to do it for every video?
 
does anyone have the know how to add 6 video bars to a page if you can then im willing to pay for it!!!
 
It's explained here:
Code:
http://www.google.com/uds/solutions/videobar/reference.html#_multibar
If you will have problems with this than let me know and I will try to make it for you.
 
yeah already looked at that zielak thanks anyway but reading code is like reading chinese to me i dont have a fucking clue lol ive sussed most things on the site but you will see at technicnews.com im adding my own twist and the multi video bar is one thing im yet to suss lol i need 6!
 
it shows you left and right video bars but not sure about horizontal dont mind if they all use their own player though
 
It's explained here:
Code:
http://www.google.com/uds/solutions/videobar/reference.html#_multibar
If you will have problems with this than let me know and I will try to make it for you.

none of that code works. I've copy and pasted every stitch of it and still can get it to work. I searched the google api group and the question has been asked several times, but no answer. I've been on forums and no can or has come up with the solution. Very frustrating :confused:
 
6 bars sharing the same player, if you want each with it's own player remove the "master : bar1," line.

Code:
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&source=uds-vbw"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/css/gsearch.css");
  </style>
  <script type="text/javascript">
    window._uds_vbw_donotrepair = true;
  </script>
  <script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");
  </style>
   
 <script type="text/javascript">
    var bar1;
    var bar2;
    var bar3;
    var bar4;
    var bar5;
    var bar6;
    function load() {

      var options = {
        largeResultSet : false,
		horizontal : true
      }


      bar1 = new GSvideoBar(
                  document.getElementById("bar1"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );
		bar1.execute("tag 1");		  

      options = {
        master : bar1,
        largeResultSet : false,
        horizontal : true
      }

      bar2 = new GSvideoBar(
                  document.getElementById("bar2"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );

      bar2.execute("tag 2");
    
    


      bar3 = new GSvideoBar(
                  document.getElementById("bar3"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );

      bar3.execute("tag 3");
    

      bar4 = new GSvideoBar(
                  document.getElementById("bar4"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );

      bar4.execute("tag 4");

    
      bar5 = new GSvideoBar(
                  document.getElementById("bar5"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );

      bar5.execute("tag 5");
    

      bar6 = new GSvideoBar(
                  document.getElementById("bar6"),
                  GSvideoBar.PLAYER_ROOT_FLOATING,
                  options
                  );

      bar6.execute("tag 6");
    }


    GSearch.setOnLoadCallback(load);
  </script>


<div id="bar1">Loading ...</div>
<div id="bar2">Loading ...</div>
<div id="bar3">Loading ...</div>
<div id="bar4">Loading ...</div>
<div id="bar5">Loading ...</div>
<div id="bar6">Loading ...</div>
 
New Question.

Using WP-o-Matic.

When you add a new feed and go into options. You have the option to select how many articles you want to pull at any given time. If you use 0 then it gets all that it can. When you do this and add a new feed I have seen it get up to about 20 new articles.

Is there anyway to get more than that? I want to get every article that has ever been posted. Or at the very least at least hundreds.
 
Anyone know how to add titles under video bar thumbnails? Not sure maybe some javascript :confused:
 
dikdik there is a plugin on this forum called duplicate post erazor or something like that just use the search function
 
Namun- tried that method but i just get 6 bars saying ...loading have you tried this method yourself and had it working?
 
wow this is one of the best threads going I love that mashget would love to replicate that foosho.
 
It's working fine, make sure you dont load any other bar on the page where you paste that code. Try it on a simple page to see it's working.

Namun- tried that method but i just get 6 bars saying ...loading have you tried this method yourself and had it working?
 
Just received this email from mashable.

I noticed that you were using Mashable's RSS feed for your website. Unfortunately, this goes against Mashable policy; we have no problem with snippets of posts, but do not allow full reproduction of posts on other sites.

Please take down all Mashable posts immediately, or we will have to file a DMCA claim against your web host.

I would appreciate you letting us know when this is done.

----------------

This site has been up for maybe 4 days. So they found it quick.

So with that said how the heck do I limit the actual post? I noticed Techchuck and Mashget does this. How the heck do you do it?
 
use autoblogged for some of the longer feeds or anyfeed you want to link back to the original site...i emailed them a few weeks ago infact and they have no problem with using excerpts that link back
 
use autoblogged for some of the longer feeds or anyfeed you want to link back to the original site...i emailed them a few weeks ago infact and they have no problem with using excerpts that link back


Alright I added autoblogged. Where is the option to limit the post length?
 
try looking in the options it lets you choose the excerpt lenth
 
Back
Top