pinger

    Thursday, August 22, 2013

    get more sliders in lite version

    for standard your limited with just 5 well this hack makes you how much you want

    find in file constants.php

    // The license of this plugin
    if( !defined( 'SLIDEDECK2_LICENSE' ) ) define( 'SLIDEDECK2_LICENSE', self::$license );
    if( !defined( 'SLIDEDECK_TOTAL_SLIDES_LITE' ) ) define( 'SLIDEDECK_TOTAL_SLIDES_LITE', 5 );

    and edit the 5 to whatever you want :)

    Monday, August 19, 2013

    how to get images in custom-facebook-feed no pro required !

    go to editing the plugin

    find the
      //**************************//
    //***CREATE THE POST HTML***//
      //**************************//

    and before //EVENT paste this

    $photo = $news->picture;
    $content .= "<img src='{$photo}'/>";