Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Can the web viewer be used to display raw html like attached? I put this text into a field and have the web viewer reference that field, however it does not display anything. If I add text like http://www.cnn.com it works just fine. 

html_sample.rtf

I think you are looking to use a data URL to display html. Basically, you can use the following to display it in a web viewer:

"data:text/html," & $your.html.here

Does that help?

  • Author

Brilliant Mike! That is exactly what I was looking for. Thanks so much.

  • Author

Hey Mike do you think this same technique could be used to display just the photograph from some one's linked in page? Trying to automate a little humanity into my contacts table, and we already have everyone's linked in url captured in the database.

  • Author

Thanks Mike. Unfortunately this is a bit beyond what I understand about web viewers and html. Would it be possible (or easy) for you to show me an example of how this would work using this profile? https://www.linkedin.com/in/jack-sheehan-85412465

The picture on that page can be displayed by setting your web viewer to the following address:
https://media.licdn.com/mpr/mpr/shrinknp_200_200/p/2/005/057/3c2/3b7764b.jpg

I don't know what - if any - logic would allow you to calculate the image's location from the URL of a person's profile. You might be able to run a script to extract the image location from a given profile - but you would be at the mercy of the LinkedIn webmasters, who can change their schema at any time.

Whatever you do, make sure to read the site's terms of use.

  • Author

Right, ideally I am not extracting an image, but instead displaying that image from the contacts linked in profile page using a web viewer. The key is the logic display this for all contacts, given that we have a link to their linked in page already in our database.

9 minutes ago, ddinisco said:

The key is the logic display this for all contacts,

As I said, I don't see any such logic. My guess is that they store the image on their media server under a randomly assigned name, and link that random name to the member's record in their database.

 

9 minutes ago, ddinisco said:

I am not extracting an image, but instead displaying that image from the contacts linked in profile page

Some web sites have rules against that.

 

Edited by comment

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.