Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Hi there. I’m unable to see the link you posted. What specific error is showing up?

    Thanks!

    Thread Starter arlery22

    (@arlery22)

    Hi Ben, this is the error I get when I click on the icon to add a tweet (from inspect):

    Uncaught TypeError: jQuery(…).typeWatch is not a function
    at HTMLDocument.<anonymous> (admin-script.js:17)
    at i (load-scripts.php:2)
    at Object.fireWith [as resolveWith] (load-scripts.php:2)
    at Function.ready (load-scripts.php:2)

    //js:17 below
    jQuery(‘.redux_field_search’).typeWatch({
    callback:function( searchString ){
    searchString = searchString.toLowerCase();
    var searchArray = searchString.split(‘ ‘);
    var parent = $(this).parents(‘.redux-container:first’);
    var expanded_options = parent.find(‘.expand_options’);
    if (searchString != “”) {
    if (!expanded_options.hasClass(‘expanded’)) {
    expanded_options.click();
    parent.find(‘.redux-main’).addClass(‘redux-search’);
    }

    Thread Starter arlery22

    (@arlery22)

    Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Hi, sorry for my slow turnaround here, but it looks like this is resolved now, I’m seeing the Better Click to tweet boxes (with some slick style!) on that post.

    Let me know if you still need assistance here, and I am happy to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to add tweets to my posts’ is closed to new replies.