Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2008-11-28 21:15:10
- shnnnhickman
- New Member
- Registered: 2008-11-28
- Posts: 3
Re: [plugin] [ORPHAN] ako_social
I’m getting an error tag when I use the ako_social plugin and the yahoo image doesn’t show properly.
Any suggestions?
the error riads:
Tag error: <txp:ako_social imgsrcdir=”/images/social” delicious=“1” digg=“1” reddit=“1” yahoo=“1” netscape=“1” windowslive =“1” stumbleupon=“1” googlebookmarks=“1” twitthis=“1” wink=“1” images=“1” /> -> Warning: array_key_exists(): The second argument should be either an array or an object on line 119
Offline
#17 2009-09-16 12:02:55
- Noxgenus
- Member
- Registered: 2009-03-12
- Posts: 21
Re: [plugin] [ORPHAN] ako_social
and if you want the links to open in a lightbox, so that people can return to your site after posting the article:
add
// = etc attrs =
‘images’ => ‘0’,
‘imgsrcdir’ => ‘’,
‘wraptag’ => ‘’,
‘breaktag’ => ‘’,
‘imgclass’ => ‘’,
‘wrapclass’ => ‘’,
‘breakclass’ => ‘’,
‘aclass’ => ‘’,
‘mediabox’ => ‘ rel=“mediabox[1100 600]”’, <—— use this for your lightbox iframe
then in the bottom add this:
$out[] = href($v[$images], $v2, $mediabox);
Offline
#18 2010-05-08 19:05:21
- fantasmo
- Member
- Registered: 2010-05-05
- Posts: 40
Re: [plugin] [ORPHAN] ako_social
Hello,
is there a way to take the url from the post to the bookmarking site?
Now it just opens a bookmarking site, for example “Digg” but I have to type in the url, which is not very comfortable for the user.
Or is there another plugin which can do that?
I saw its possible on the bookmark links on the textpattern ressources site, but I don’t know, how they did that.
Offline