Results 1 to 15 of 15

need phrase help

This is a discussion on need phrase help within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello i am implement this code into my forum... Code: <script type="text/javascript"> digg_url = 'http://www.cellphoner.net/$session[sessionurl]p=$post[postid]&title=$post[title]'; digg_bgcolor = '#EDEDED'; digg_skin = ...

  1. #1
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times

    need phrase help

    Hello i am implement this code into my forum...
    Code:
    <script type="text/javascript">
    digg_url = 'http://www.cellphoner.net/$session[sessionurl]p=$post[postid]&title=$post[title]';
    digg_bgcolor = '#EDEDED';
    digg_skin = 'compact';
    </script>
    <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
    obviously the digg url doesnt work with vbseo. What phrase do i need to put in the URL part of the digg script to make it point to the post thats getting dugg?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    please try the following code:
    HTML Code:
    digg_url = '$_SERVER[VBSEO_URI]&title=$post[title]';

  3. #3
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    that does not work.
    you can see here Nokia Concept

    it makes the url...
    Code:
    http://digg.com/submit?phase=2&url=%2Fcell-phone-news-new-phones%2F434-nokia-concept.html%26title%3DNokia+Concept
    it also doesnt open it in a new window...

  4. #4
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    cant you just use the code for what you used in the regular digg butto9ns that come with vbseo?

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    If you have linkbacks enabled, you can use $vbseo_linkback_uri variable for that.

  6. #6
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    will it do it for the post too? or just the thread

  7. #7
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    do i need [] at the ends or just
    digg_url = '$vbseo_linkback_uri';

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Thread only - $vbseo_linkback_uri will be replaced with current thread URL.

  9. #9
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    alright well that didnt work. no link shows up at all... it needs to be in this format when loaded

    Code:
    http://www.cellphoner.net/cell-phone-news-new-phones/434-nokia-concept.html

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    it makes the url...
    Then you should be able to use:
    HTML Code:
    digg_url = 'http://www.cellphoner.net$_SERVER[VBSEO_URI]&title=$post[title]';

  11. #11
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    no that doesnt work either.

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    It seems to work fine on your site: Nokia Concept

  13. #13
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    are you using the bottom right hand corner digg or the digg under the post count? the bottom right hand corner digg is the vbseo one. I am trying to get the one under the post count to work because it shows how many diggs it has had and the vbseo one doesnt. Here is what i get when i click the digg button under the post count...
    Code:
    http://digg.com/submit?phase=2&url=http%3A%2F%2Fwww.cellphoner.net%2Fcell-phone-news-new-phones%2F434-nokia-concept.html%26title%3DNokia+Concept

  14. #14
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    hey, i got it to work finally. here is the code i used for future help....
    Code:
    <script type="text/javascript">
    digg_url = '$vboptions[bburl]$_SERVER[VBSEO_URI]&title';
    digg_title = '$post[title]';
    digg_bodytext = 'Fill In Text';
    digg_topic = 'gadgets';
    digg_bgcolor = '#EDEDED';
    digg_skin = 'compact';
    </script>
    <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>

    Is there a way i can make it open in a new window?

  15. #15
    Junior Member
    Real Name
    tyler
    Join Date
    Feb 2007
    Posts
    11
    Liked
    0 times
    anyone ?....bueler...bueler...

Similar Threads

  1. A long history of Google woes...
    By plarkin in forum Analysis: Traffic & SERPS
    Replies: 9
    Last Post: 10-04-2006, 07:58 PM
  2. WOW! Number one in Google for Search Phrase!
    By Ace Shattock in forum Analysis: Traffic & SERPS
    Replies: 5
    Last Post: 07-08-2006, 06:03 AM
  3. Search phrase selection
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •