• Resolved flynsarmy

    (@flynsarmy)


    After your update this morning, images no longer insert when clicking ‘Insert Image’ in the ‘Add Media’ modal. I’ve narrowed the cause of this down to the script at the bottom of your wonderm00n_open_graph_add_posts_options_box function:

    echo '<script type="text/javascript">
    	jQuery(document).ready(function() {
    		jQuery(\'#webdados_fb_open_graph_specific_image_button\').click(function(){
    			tb_show(\''.__('Upload/Choose Open Graph Image', 'wd-fb-og').'\',"media-upload.php?type=image&TB_iframe=true&post_id='.$post->ID.'", false);
    		});
    		window.send_to_editor = function(html) {
    			imgurl=jQuery("<div>" + html + "</div>").find(\'img\').attr(\'src\');
    			jQuery("#webdados_fb_open_graph_specific_image").val(imgurl);
    			tb_remove();
    		}
    	});
    	</script>';

    Steps to replicate:

    • Go to Posts – Add New
    • Click ‘Add Media’
    • On the ‘Upload Files’ tab, upload an image
    • Click ‘Insert into Post’

    No image will appear in the editor.
    https://www.ads-software.com/plugins/wonderm00ns-simple-facebook-open-graph-tags/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[BUG] Image assets no longer inserting’ is closed to new replies.