Results 1 to 20 of 20

Thread: Trying to display images

  1. #1
    New User
    Join Date
    Jul 2014
    Location
    United States
    Posts
    6

    Question Trying to display images

    Hello all. New to the forum, had a question which I keep searching for and can't seem to find an answer to. I have an Apex system and am trying to link a photo (preferrably from Flickr). I'm using the direct link to the photo, photo is set to public permission, but it won't display on my Fusion dash, web app, or any browser on my phone.

    I have no idea what I'm doing wrong. There is a small picture which appears to be indicating there is an issue with the photo, but it's just a jpeg. I even compressed it to 640x480, kept file side below 2 MB (original was about 5.2MB, camera resolution).

    I've also tried doing it through dropbox and I get the same problem. What am I missing??

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Post the links. Or send them in a PM to me.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    New User
    Join Date
    Jul 2014
    Location
    United States
    Posts
    6

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Flickr doesn't make it easy to get the URL to the actual image.

    The URL you need to use for that image is http://farm6.staticflickr.com/5589/1...42b4432c_z.jpg

    Once I accessed the Flickr page for that image, I did a View Source, and looked for a URL containing an actual image type extension (in this case, .jpg) I found one that looked promising, copied it, and tested in a new browser window... I got ONLY the image - just what we need. Then, I used this URL in Fusion - works fine.

    Here's a small part what I saw when I did the View Source. The line in bold blue is the one I tried, and got lucky


    Code:
    <meta name="og:description" content="Explore Warehouse41Ant's photos on Flickr. Warehouse41Ant has uploaded 2 photos to Flickr."  data-dynamic="true">
    
    <meta name="og:type" content="flickr_photos:photo"  data-dynamic="true">
    
    <meta name="og:url" content="https://www.flickr.com/photos/68147043@N04/14573042237/"  data-dynamic="true">
    
    <meta name="og:site_name" content="Flickr"  data-dynamic="true">
    
    <meta name="og:image" content="http://farm6.staticflickr.com/5589/14573042237_8b42b4432c_z.jpg"  data-dynamic="true">
    
    <meta name="og:image:width" content="640"  data-dynamic="true">
    
    <meta name="og:image:height" content="427"  data-dynamic="true">
    
    <meta name="flickr_photos:by" content="https://www.flickr.com/people/68147043@N04/"  data-dynamic="true">
    
    <meta name="flickr_photos:camera" content="https://www.flickr.com/cameras/canon/eos_6d/"  data-dynamic="true">
    
    <meta name="flickr_photos:sets" content="https://www.flickr.com/photos/68147043@N04/sets/72157646015305293"  data-dynamic="true">
    
    <meta name="twitter:card" content="photo"  data-dynamic="true">
    
    <meta name="twitter:site" content="@flickr"  data-dynamic="true">
    
    <meta name="twitter:app:name:iphone" content="Flickr"  data-dynamic="true">
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  5. #5
    New User
    Join Date
    Jul 2014
    Location
    United States
    Posts
    6
    Thank you very much! I should have known it had something to do with the url...soon enough I'll be setting up a camera, the nerd in me wanted to figure this out. Thanks again!

  6. #6
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    i have same problem I'm on a mac how do i do a view source

  7. #7
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Quote Originally Posted by jester17 View Post
    i have same problem I'm on a mac how do i do a view source
    In Safari, click View, then View Source.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  8. #8
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    I found the view source copy and pasted same link no luck still busted


    Sent from my iPhone using Tapatalk

  9. #9
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Quote Originally Posted by jester17 View Post
    I found the view source copy and pasted same link no luck still busted


    Sent from my iPhone using Tapatalk
    Post or PM me the link to the Flickr page which contains the image you want to use.
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  10. #10
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    Why is this so difficult


    Sent from my iPhone using Tapatalk

  11. #11
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    Is the and easier way or photo service


    Sent from my iPhone using Tapatalk

  12. #12
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    Ok give me a sec my 3yr old just woke up thanx


    Sent from my iPhone using Tapatalk

  13. #13
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    https://www.flickr.com/photos/williamelsey/15139156580/

    - - - Updated - - -

    pick any pic you want I'm just trying to figure it out

  14. #14
    Frequent Visitor jester17's Avatar
    Join Date
    Oct 2013
    Location
    al
    Posts
    59
    i just did it i found an (open url) and then i copied the url it opened thanks for your help

  15. #15
    New User
    Join Date
    Dec 2013
    Location
    NYC
    Posts
    1
    i can't post a pic from dropbox. any ideas?

  16. #16
    New User
    Join Date
    Jul 2013
    Location
    Sherwood Park, AB
    Posts
    1
    +1
    Following

  17. #17
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Quote Originally Posted by cqsmrtazz View Post
    I'm also having the the same problem with dropbox. In the center of the FISH tile on the Fusion dashboard is the name of my photo with a tiny white square with a black circle with a line through it. If I click the gear under the FISH tile, then click the gear on the media page, then click VIEW, I can see the photo. Why doesn't it appear on the dashboard?
    https://forum.neptunesystems.com/sho...hlight=dropbox
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  18. #18
    Frequent Visitor
    Join Date
    Sep 2015
    Location
    Erie, PA
    Posts
    93
    Quote Originally Posted by jester17 View Post
    Why is this so difficult


    Sent from my iPhone using Tapatalk
    use Photobucket. 100 Xs easier!

  19. #19
    Regular Vistor
    Join Date
    Jan 2017
    Location
    EST
    Posts
    20
    I'm actually just trying to link a photo from my iPhone. Why can't you just post instead of having to link it. This seems to be an overly complicated task just to put a photo on your dashboard....

  20. #20
    New User
    Join Date
    Feb 2020
    Location
    East Coast
    Posts
    1
    To get Apex to link FLICKR STATIC IMAGES from a mobile device...first u MUST select desktop site when on Flickr. Then select albums> share photo> select BBCode (static image link is embedded in the links). Remove all from the copied link except your static link. Hope this makes it a little less complicated because it's definitely not explained for mobile so easily in one place. :~)~

Similar Threads

  1. Images are not working
    By shornik in forum Camera & Media Integration with APEX Fusion, APEX Local, & Classic Dashboards
    Replies: 1
    Last Post: 12-20-2018, 08:27
  2. Images in threads
    By bigjim in forum Forum & Website Info & Feedback
    Replies: 1
    Last Post: 04-26-2018, 05:58
  3. Images
    By daytile in forum Camera & Media Integration with APEX Fusion, APEX Local, & Classic Dashboards
    Replies: 3
    Last Post: 09-28-2016, 18:00
  4. How to include images in forum postings?
    By fab in forum Forum & Website Info & Feedback
    Replies: 7
    Last Post: 12-14-2015, 22:07

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •