GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress EXIF Plug-in Recommendations (https://gfy.com/showthread.php?t=1130030)

TheDA 01-01-2014 11:50 AM

Wordpress EXIF Plug-in Recommendations
 
Anyone using WP plug-ins that allow you to automatically post EXIF data for each image in a post?

Thesography is the most advanced one I've seen but I'm looking for a bit more.

Anything you would recommend for the following?

I want to be able to easily fill in the blanks on a per image basis if the EXIF data has been stripped for example. I want to be able to add my own custom 'EXIF' for each image too in maybe an 'accessory field' for showing filters used or other general comments etc

TheDA 01-02-2014 05:41 AM

Looks like I'm gonna have to get someone to code it for me.

fris 01-04-2014 03:33 PM

Quote:

Originally Posted by TheDA (Post 19930646)
Looks like I'm gonna have to get someone to code it for me.

you can use the function

wp_get_attachment_metadata

the exif data is already stored, you just need to grab the relevant info.

$data = wp_get_attachment_metadata($post->ID, FALSE);

then print_r($data) to get the results.

fris 01-04-2014 06:01 PM

http://wordpress.org/plugins/thesography/

this will help you out a bit

just a punk 01-05-2014 02:39 AM

Quote:

Originally Posted by TheDA (Post 19929988)
Anyone using WP plug-ins that allow you to automatically post EXIF data for each image in a post?

Thesography is the most advanced one I've seen but I'm looking for a bit more.

Anything you would recommend for the following?

I want to be able to easily fill in the blanks on a per image basis if the EXIF data has been stripped for example. I want to be able to add my own custom 'EXIF' for each image too in maybe an 'accessory field' for showing filters used or other general comments etc

PEL. E.g.: https://gist.github.com/aleiphoenix/3978372

TheDA 01-05-2014 10:27 AM

Thanks I'll take a look and see where I need to put this stuff.

I was hoping for a plug-in with admin page etc for ease of use, but I might get it to do what I want.

fris 01-05-2014 10:52 AM

Quote:

Originally Posted by CyberSEO (Post 19933601)

exif data is already stored when uploading, you just need to grab it from the function i mentioned above.

:thumbsup


All times are GMT -7. The time now is 05:43 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123