josh.amato
Forum Replies Created
-
Forum: Plugins
In reply to: [NextGEN Facebook] Image in newsfeed from like is a thumbnailIt just seems strange that posting the URL directly to the wall results in proper display, but hitting “post to facebook” from the like button results in a thumbnail. I’ll mess with the image size. I’ll post back if it turns out the image posts correctly via like button with the large image.
Forum: Plugins
In reply to: [NextGEN Facebook] Goo.gl custom URLI’ll take a look. Do you have an estimated release time?
Forum: Plugins
In reply to: [NextGEN Facebook] Goo.gl custom URLCorrect. I ended up trying it and got it to work by using the instructions here: http://createdbypete.com/articles/personalise-the-google-url-shortening-service-with-your-own-domain/ for the .htaccess file.
Then I used explode to grab the characters after the slash in $ret and then appended $ret with my domain. Obviously a cleaner solution would be preferable but it works for now. I had been previously using bit.ly and would like to keep using it for this side since over 100 articles are using that service.
Forum: Plugins
In reply to: [NextGEN Facebook] Moving contents in doc headIt appears that the location of the NGFB information in the <head> wasn’t a problem. It looks like it was the “Apply Content Filters.” I unchecked this and the form issue appears to be gone. I will give in update later if the problem comes back.
Forum: Plugins
In reply to: [NextGEN Facebook] Moving contents in doc headThanks for the quick reply! I added
define( 'NGFB_HEAD_PRIORITY', 9999 );to wp-config.php but it still seems to be loading the header information in the same location.