Jump to content
php.lv forumi

Draugiem.lv


Edijs87

Recommended Posts

sveiki, veleejos uzzinaat, vai tumblr un posterous var kaut kaa integreet draugiemsay pogu, lai vinjsh ieteiktu katru rakstu, nevis visu blogu kopumaa?

ja ir, luudzu padalieties, kā tas kods izskatās šeit ir visi kodi, nezinu, kuru labāk pielietot http://www.draugiem.lv/applications/dev/say/

 

p.s. vai šajos blogos arī ir iespēja integrēt draugiem pasi?

Link to comment
Share on other sites

function DraugiemSay( title, url, titlePrefix ){
window.open(
 'http://www.draugiem.lv/say/ext/add.php?title=' + encodeURIComponent( title ) +
 '&link=' + encodeURIComponent( url ) +
 ( titlePrefix ? '&titlePrefix=' + encodeURIComponent( titlePrefix ) : '' ),
 '',
 'location=1,status=1,scrollbars=0,resizable=0,width=530,height=400'
);
return false;
}

 

DraugiemSay('Ieraksta virsraksts, zem kura slēpsies saite', 'http://links.uz.resursu.lv/ar/pilnu/celju/uz/failu.html', 'Mana Lapa');

 

nu šis ir variants. vari ieteikt ko gribi.

 

Par pases integrācijju - es domāju ka var - ja tev kods ir pieejams...

Link to comment
Share on other sites

function DraugiemSay( title, url, titlePrefix ){
window.open(
 'http://www.draugiem.lv/say/ext/add.php?title=' + encodeURIComponent( title ) +
 '&link=' + encodeURIComponent( url ) +
 ( titlePrefix ? '&titlePrefix=' + encodeURIComponent( titlePrefix ) : '' ),
 '',
 'location=1,status=1,scrollbars=0,resizable=0,width=530,height=400'
);
return false;
}

 

DraugiemSay('Ieraksta virsraksts, zem kura slēpsies saite', 'http://links.uz.resursu.lv/ar/pilnu/celju/uz/failu.html', 'Mana Lapa');

 

nu šis ir variants. vari ieteikt ko gribi.

 

Par pases integrācijju - es domāju ka var - ja tev kods ir pieejams...

 

 

tas lielais kods ir jāieliek tēmā un tas mazais pie katra posta vai kā?

p.s. kas tur priekšā ir jāpieliek, šādi nekas nenotiek

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...