forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: bg62 on January 26, 2017, 04:06:03 pm

Title: Some SEO help for all
Post by: bg62 on January 26, 2017, 04:06:03 pm
by ' google translate ' .... :)
A small test done with PinIt for example, using the basic configuration, does not allow me to take the title of the image ....
I have this in the source code:
Code: [Select]
<td style="{SLIDESHOW_STYLE}" align="center">
<a href="javascript:;" onclick="MM_openBrWindow('displayimage.php?pid=14&fullsize=1','77301871588a0965d0046','scrollbars=yes,toolbar=no,status=no,resizable=yes,width=1925,height=1203')">
<img class="image" src="albums/userpics/10001/normal_fauves-animaux-sauvages_14.jpg" alt="Cliquer pour voir l'image en taille réelle" width="800" height="500" border="0">
<br>
</a>
<span id="plugin_social-sharing" style="display:block; padding-top: 0.5em; text-align: center;">
And so what is taken is "Click to view full size image"
http://www.cjoint.com/doc/17_01/GAAo5TaQkh6_pinit.jpg
It would be much better to display the title of the image, with 'its' title as here:
http://www.cjoint.com/doc/17_01/GAApdkuqmc6_pinit02.jpg

But how and where to change the coding to get there?

Moreover, I would like to use the plugin "LightBox NotesFor.net (lightbox_notes_for_net): v3.2" but the code that is registered is even worse ( http://forum.coppermine-gallery.net/index.php/topic,62905.0.html )
It would be nice to adapt all this if only for a correct referencing of images of our albums
amitiés
bg
Title: Re: Some SEO help for all
Post by: bg62 on January 30, 2017, 03:55:19 pm
Re ...
Finally using the plugin "pic_download_link" ....
I have this as code:
Code: [Select]
<span id="plugin_pic_download_link" style="display: block; padding-top: 0.1em; text-align: center;">
<a class="button" href="./?file=pic_download_link/picture&pid=124" title="Enregistrer la photo">Télécharger la photo</a>
</span>
28/5000
The ideal would be to have this:
Code: [Select]
<span id="plugin_pic_download_link" style="display: block; padding-top: 0.1em; text-align: center;">
<a class="button" href="./?file=pic_download_link/picture&pid=124" title="TITRE DE LA PHOTO">TITRE DE LA PHOTO ( téléchargement )</a>
</span>
It would be even better if the download happens by opening a page, an additional tab kind: http: // monsiteCPG / linkverslimageentaillereelle !!!
(See maybe even introduce a 'button' for download with "alt =" TITLE OF THE PHOTO ") there it would be 'TOP' :)
To have a direct link to the image in large size and thus give more facilities to the engines to find AND reference them ALL.
The big problem is ... I do not know how to code this :)
So: SOS !!!
thank you :)