Preview:
jQuery(document).ready( () => {
var url = location.search;
var title = url.substring(url.indexOf('full_name=')+10, url.length);
var title_decode = decodeURIComponent(title);

jQuery("[name='_title'").val(title_decode);
});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter