(function($){
'use strict';
$(document).on('ready', function(){
$('#pcp_wrapper-151 .sp-pcp-post').each(function(){
var target_url = $(this).find('.sp-pcp-title a').attr('href');
$(this).click(function(){
window.open(target_url, '_self');
});
});
});
})(jQuery);
Preview:
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