I have a site that sends news links by email to users. However when they click on the news item Link from their email it opens up the browser news reader instead of just going directly to the news item. Is there a way to suppress this action?
Related
I’m using the great Advanced Forms plugin (Version: 1.9.1) for Wordpress for a client.
Therefore I have a question. How can I send the current page/post title inside the notification email where the form is completed in? https://www.docuconcept.nl/documentoplossingen/digitaal-ondertekenen/ It's about the green "Demo aanvraag" button which will open in a pop-up.
I know that I can use {all_fields} for the filled fields. But can I somehow also retrieve the source page title? So that the client knows on which page the user was? I know that with another form plugin like WPForms it's possible with some special tags.
Thanks already!
I tried multiple tags like [url] [page_title] etc but nothing works.
We have a news web site and want to have telegram instant view for all news in our web site.
I have logged in at https://instantview.telegram.org/ and create a template for a news. by using its created link in this site the instant view button for this news is shown in telegram. but not work for other news. Should I create the link in https://instantview.telegram.org/ site for each news?
You might have one of two problems.
1) According to the last abstract of Instant View:
This means that, as a website owner, you can create a template for your page and publish t.me/iv?url=... links with the corresponding rhash to your Telegram channel — and your subscribers will be able to view your articles in the Instant View format right away.
Long story short: rhash generated for your news page could be applied to any page from your site. So make sure you have changed the url param in t.me/iv?url=...&rhash=... link while creating Instant View button.
2) Check the first step in every template in Sample Templates Page. It describes which pages get Instant View and which don't. Maybe you've created your template for a single news page, not for all news pages at the same level.
E.g., the ?path: /.+ condition will provide Instant View for every page except the root page.
Let's suppose I have a page with ten products. When I click a button on one of the products it opens a pop-up (partial view) which has some share buttons. When I click 'Share on Facebook' it needs to have the correct meta-tags (title of the product, description of the product and image of the product).
Is this possible and if so, how?
I ended up doing a view and a page from umbraco on which it renders the view from the controller. It adds the correct meta-tags, dynamically.
The user clicks share and that's it, I just serve facebook's crawler a product page which the user won't see. Then when someone clicks the shared url from facebook it will get a redirect to my desired URL.
Previously tried with javascript and ajax, or even alter the master template tags from the controller and even checking if facebook's crawler gets on the website, only the last one worked partially but yuck...
I have a sending gifts app where a user can send a gift to a Facebook friend. I want to use the Mention Tagging Open Graph functionality to post on Facebook like the following:
Bob gave(action) a gift(object):
Hey #John, have this coffee on me! Vero (message with friend John tagged)
Ideally, the user would select the recipient of the gift first (does not have to be a Facebook Friend), and then in the delivery details write the message and choose how to send the gift (Facebook, email, or text).
Can the user be tagged in the textarea already (since they have already selected a Facebook friend)? In the delivery details page we explicitly tell them that if they choose to post the gift on Facebook the friend will be tagged (we also clearly explain how to remove/add a different tagged person).
Kind of like the example of Facebook Camera having a friend picker icon and modal, but instead showing the friend picker modal before showing the textarea.
If unclear, I can send a mockup of the app and the website with more details on the flow.
I have an email form that's written in ASP.NET and is fairly simple. The user fills out the normal information (name, email, phone, etc) and then they can choose an image thumbnail (it's an advertising creative sample). When they hit submit the recipient receives the form with all the information and the name of the creative they selected but I would like to embed or attach the thumbnail for the recipient so they can visually see it in the email.
Clients are all on Outlook 2010 with HTML email.
No images are being uploaded (they are in a thumbnail folder).
What I'm trying to figure out is how to call that thumbnail based on their selection and embed/attach it to the email when the user hits submit.
Everything I've found online deals with users uploading images and doing it that way.
Thanks
Send the email as HTML, and embed it as an image in the email. Make sure to embed the full path, so the user can view the image from anywhere too.
<img src="http://www.mysite.com/images/creative/foobar.png" ... />