• Hi, I use Wordbooker with another great plugin, shashin, that allow you to integrate your Picasa albums in a post and have an integrate js slideshow.
    Shashin use some sort of tags and with very short articles, the automatic post in facebook show shashin tags that are used to implement the album too.
    The schema for shashin tags are:
    [salbumphotos=…………,]
    [salbumthumbs=…………,]
    [salbumlist=………….]
    [simage=…………,]
    [sthumbs=…………,]
    Of course, despite the dots, there are various parametes.
    Is it possible add support to wordbooker to skip this sort of tags?

    Thanks,

    Mauro

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steve

    (@steveatty)

    Are they balanced or imbalanced tags? ie. is thera a closing tag or are they singles? I suspect that they’re single tags?

    I guess they’re getting out out in the text to the wall and you want to get rid of them?

    If so then if you look in wordbooker.php there is a function called wordbooker_post_excerpt and in there are two lines:

    $open_tags="[simage,[[CP,[gallery,[imagebrowser,[slideshow,[tags,[albumtags,[singlepic,[album";
    $close_tags="],]],],],],],],],]";

    So you’ll need to add the opening part of the tag (eg. [salbumphotos= ) to the first set and then the closing part of the tag (]) to the close_tags line. Make sure for each one you add to open tags you add one into the close_tags line

    Thread Starter aegeebergamo

    (@aegeebergamo)

    Yes, they’re balanced tag! I’ll modify like you suggested me.

    Thanks,

    Mauro

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Wordbooker] shashin & wordbooker’ is closed to new replies.