I want to embed images into another webpage just like a slide show or small albu I want to embed images into another webpage just like a slide show or small albu
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

I want to embed images into another webpage just like a slide show or small albu

Started by sajeevs, January 21, 2014, 04:37:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sajeevs

Dear friends i want to embed a set images or a particular category of images into another webpage just like a new album- i will give u more explanation. I have a website containing articles/news some times i need to add images into a particular articles.if i get a plugin that allows me to turn a category into an embedded album it will helps me a lot.thanks in advance

Αndré

Please search our board for the CPMFetch plugin, as it does exactly what you're asking for.

theqe2story

Quote from: Αndré on January 21, 2014, 09:22:01 AM
Please search our board for the CPMFetch plugin, as it does exactly what you're asking for.

If I search the forum for CPMFetch, it says no results found!

Thanks,

- Rob

phill104

It is a mistake to think you can solve any major problems just with potatoes.

theqe2story

Thanks, but looks disappointing... its all years old, and not supported in 1.5.

All I'm looking for is the latest images, or random images, embedded in my homepage, so as to help promote the use of the coppermine gallery on my site.

gmc

Try this thread:
http://forum.coppermine-gallery.net/index.php/topic,65412.0.html

It certainly works with 1.5... Using it with 1.5.26...
It isn't packaged as a plugin... It is a 'mod'... but doesn't update any CPG files - just a folder (cpmfetch) that you add to the CPG root...

Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

sajeevs

Dear friends any of the above thread not supporting me, i am using Coppermine 1.5.22 can anyone help me ?

phill104

First, please upgrade to CPG 1.5.26 for security reasons.

As for your problem I think you may need to hire someone to code this for you. We do not know what your third party software even is so it is hard to suggest exactly what you need to do. If you are creating the articles yourself then you could just put in a link to your chose image. If you are using a CMS of some sort then some allow bb codes to be used in articles and CPG can generate those for each image for you to paste in place.
It is a mistake to think you can solve any major problems just with potatoes.

sajeevs

Dear friends i need to add an embedded album to my article website just like flicker photo gallery in it we can embed each album into any website just like i need to get an embedded code for each of my Coppermine gallery or category.my article script is suitable for all type of galleries

sajeevs

I want to embed an entire album i will attach a file that will tell which way it looks like when we embed it in another webpage or another website etc.. pls check the attached file.If some one find a solution for it this gallery will rocks..Thanks in advance

sajeevs

I want to embed an entire album i will attach a file that will tell which way it looks like when we embed it in another webpage or another website etc.. pls check the attached file.If some one find a solution for it this gallery will rocks..Thanks in advance

Αndré

As far as I know there's currently no plugin that will create a browseable album view which can be embedded seamlessly to another webpage.

However, as you said
Quote from: sajeevs on February 04, 2014, 03:24:29 PM
my article script is suitable for all type of galleries
you'd need to tell us what input data your script needs to create what you're looking for.


I merged your additional thread with this one. There's even a third post which is similar to your last ones. Please don't double post next time. Thanks.

sajeevs

Quote from: Αndré on February 12, 2014, 09:35:12 AM
As far as I know there's currently no plugin that will create a browseable album view which can be embedded seamlessly to another webpage.

However, as you saidyou'd need to tell us what input data your script needs to create what you're looking for.


I merged your additional thread with this one. There's even a third post which is similar to your last ones. Please don't double post next time. Thanks.

Thanks for your valuable reply kk i agreed all your terms sorry for the extra posts,"what input data your script needs" i dont understand exactly what you mean but from my understanding, i need a html code or an i fram code just like youtube video embedding option. (but if it is an html code it will more helpful and will help for search engine to find the articles by images in the album). that can insert into my article page thus their the particular album appeared.if i got such a plugin it will be amazing and very helpful  for me and and also the rest of the coppermine lovers.i hope you understand what i mean

sajeevs

Dear friends for the clarification i will attach a screen shot that will surely describe what i mean

Αndré

I assume the only (or easiest) way to embed a browsable gallery to other website is to use an iframe in combination with a custom Coppermine theme with all not required elements removed.

sajeevs

but how my friend can anyone make a plugin for that if it happens it should be awesome...am waiting for the legend programmer ...

allvip

You can use prettyPhoto and prettyGallery

http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto

With pretty plugins all you have  call the plugin for every page (if you use wordpress or some other sripts I think is enough to call and embed pretty plugin in the index of the theme or something like that) and every time you write links with images like this:


<a href="http://allvip.us/cpg/test/albums/userpics/10001/Sara_Tommasi_Scalo_76_2008_007.jpg" rel="prettyPhoto[pp_gal]" title="You can add caption to pictures."><img src="http://allvip.us/cpg/test/albums/userpics/10001/thumb_Sara_Tommasi_Scalo_76_2008_007.jpg" width="60" height="60" alt="Red round shape" /></a>
<a href="http://allvip.us/cpg/test/albums/userpics/10001/Sara_Tommasi_promo_Sms_squafra_molto_speciale_0008.JPG" rel="prettyPhoto[pp_gal]"><img src="http://allvip.us/cpg/test/albums/userpics/10001/thumb_Sara_Tommasi_promo_Sms_squafra_molto_speciale_0008.JPG" width="60" height="60" alt="Nice building" /></a>


they become a small gallery

this is the code of a blank html page with 2 images gallery made with pictures from my coppermine gallery:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<title>title</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
<script src="js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
<style>

</style>
</head>
<body>
<div id="showStats">
<a href="http://allvip.us/cpg/test/albums/userpics/10001/Sara_Tommasi_Scalo_76_2008_007.jpg" rel="prettyPhoto[pp_gal]" title="You can add caption to pictures."><img src="http://allvip.us/cpg/test/albums/userpics/10001/thumb_Sara_Tommasi_Scalo_76_2008_007.jpg" width="60" height="60" alt="Red round shape" /></a>

<a href="http://allvip.us/cpg/test/albums/userpics/10001/Sara_Tommasi_promo_Sms_squafra_molto_speciale_0008.JPG" rel="prettyPhoto[pp_gal]"><img src="http://allvip.us/cpg/test/albums/userpics/10001/thumb_Sara_Tommasi_promo_Sms_squafra_molto_speciale_0008.JPG" width="60" height="60" alt="Nice building" /></a>
</div>
<script type="text/javascript" charset="utf-8">
  $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto();
  });
</script>
</body>


You can try to find a jquery plugin that looks more like coppermine displayimage.php.
Pretty Gallery is just an example.

allvip

If you need the album from the article to update every time you upload an image in your gallery in that specific album,then my answer is off topic.

sajeevs

Is their anyone to make such a plugin that will help a lot of coppermine users.i hope my question is clear any way i will tell it once again i need an embedded album that can be included in another website .when we create each album.i wish it can be embedded into another website page. i attached the photos above for explaining it in detail

Αndré

As I already said:
Quote from: Αndré on February 27, 2014, 02:50:11 PM
I assume the only (or easiest) way to embed a browsable gallery to another website is to use an iframe in combination with a custom Coppermine theme with all not required elements removed.

So you don't need to wait for anyone.