pic

Create YouTube Auto Grabber Site On Your Wapka Site Only At 5 Min

Hellow guys, welcome again on apudb.blogspot.com and stay with us always. Today i am writting about youtube grabber site. You can find all ... thumbnail 1 summary
Hellow guys, welcome again on apudb.blogspot.com and stay with us always. Today i am writting about youtube grabber site. You can find all youtube videos and can download all videos on youtube grabber site. Somedays ago i make a youtube grabber site on xTwap. It's always a web building platform. But now you can make it on your wapka site.

See my xTwap YouTube grabber Demo Link.

Now i am writting the tutorial "Creat YouTube Auto Grabber Site On Wapka" .

First, The full credit Miraz Mac bro. He is just awsome guy. Visite his blog mirazmac.info.

Now Login to your wapka account with admin permission. Lol..without admin permission how it possible?

Now create a new site. On home page of your site paste the code via >>Wml/xHtml

Code:
<div class="yt_title">Search YouTube Videos</div>
<div class="yt_list"><form method="get" action="site_:getid-site:.xhtml">
<input type="text" name="get-q" value=":get-q:"/>
<input type="submit" value="Search"/>
</form>
</div>
<script type="text/javascript" src="http://mirazmac.info/public/api/youtube/main.js?get-q=:get-q:&get-page=:get-page:&get-site=YOUR_SITE_NAME_HERE"></script>

Note: Change "YOUR_SITE_NAME" With your wish.

Now create another newpage via >>Newpage>>Visibility: Admin Mode.
Now go to the newpage you have created now. Now go >>Change Title> and see screenshot.

Change URL to "youtube-download" .
 Now paste the code below on this page.

Code:
<script type="text/javascript" src="http://mirazmac.info/public/api/youtube/download.js?get-id=:get-id:&get-site=:get-site:"></script>

Now go to ::EDIT_SITE(#):: >> Global Setting >> Head Meta Tag and Paste The css.

CSS:
<style type="text/css">
/* Stylesheet by Miraz Mac */

.yt_title {
    color: #969696;
    padding: 8px 8px 12px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #000;
    background-color: #282828;
    font-weight: bold;
}
.yt_list{border-bottom: 1px solid #D5D5D5;
color: #000;
padding: 8px;
font-weight: normal;
margin: 0px;
border-top: 1px solid #F9F9F9;
background: #FCFCFC;}
.d_links{border-bottom: 1px solid #D5D5D5;
color: #000;
padding: 8px;
font-weight: normal;
margin: 0px;
border-top: 1px solid #F9F9F9;
background: #FCFCFC;}
.d_links:first-child{margin-top:-20px;}
.yt_detail{border-bottom: 1px solid #D5D5D5;
color: #000;
padding: 8px;
font-weight: normal;
margin: 0px;
border-top: 1px solid #F9F9F9;
background: #FCFCFC;}
.yt_list a{text-decoration: none;
color: #F31262;
font-weight: bold;}
.yt_thumbs{background: rgb(248, 255, 236) none repeat scroll 0% 0%;
padding: 10px;
margin: 3px;
border: 1px solid rgb(227, 227, 227);}
.yt_pages {
    background: #DDD none repeat scroll 0% 0%;
    padding: 6px;
}
.yt_pages a {
    color: #0C0C0C;
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px 2px;
    padding: 0px 7px;
    border: 1px solid #AEAEAE;text-decoration:none;
}
</style>

Now you can customize it with your own css.  You are done my friend. Visit always and stay with my blog.

11 comments