Support » Plugin: SpeakUp! Email Petitions » [Plugin: SpeakUp! Email Petitions] using widget facebook and twitter url to be different.

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

    (@kreg)

    You would need to edit /includes/widget.php and on line 176:

    <input type="hidden" id="dk-speakup-widget-permalink-' . $petition->id . '" value="' . get_permalink() .'" />

    replace ' . get_permalink() .' with your url

    This is a nice feature to built into your plugin.

    The use of custom url’s for sharing…
    I had the same issue, only for the standard form.

    Same solution, only then in emailpetition.php, line 37…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SpeakUp! Email Petitions] using widget facebook and twitter url to be different.’ is closed to new replies.