Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey pikamander2,

    What you want to do is get the “ID” of the tweet you want to change and then use this JavaScript added to the “Custom JavaScript” area:

    jQuery('#ctf_1095073759495680002 .ctf-author-name').text('Custon Name');

    Hopefully that helps!

    Thanks,

    Craig

    Thread Starter pikamander2

    (@pikamander2)

    Hey @craig-at-smash-balloon , I’d prefer to do it server-side if possible so that it appears correctly at the very start and doesn’t have to wait for the JavaScript to load.

    I could probably edit the plugin directly, but then it would break when the plugin gets updated.

    Would it be possible for you guys to add an option or hook?

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey again,

    That makes sense as well. I will make a note to see what can be done in the future!

    – Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the name on the individual tweets?’ is closed to new replies.