My project requires Liferay's RSS portlet to read feeds from Liferay CMS. Could someone please guide me how to achieve this? I am using Liferay 6.0.6.
I scanned the internet but could not find relevant material.
Thanks in advance.
Go to Control Panel. Click on Web Content from the left. Click on Feed tab. Here you can create your feed. To quickly get started, just give a name and in the target friendly url textbox give the value of a liferay page in the same community. For example if you have a page called http://localhost:8080/web/guest/home, then give the target friendly url as /web/guest/home
Once the feed is created. Click on edit from Actions button in front of the feed that you just created. You will see it has generated a feed url for you. Use that feed url in the RSS portlet.
Related
I created an Telegram IV template from my website. All checks are green and the template is working fine when published through:
https://t.me/iv?url=example.com
How can I publish my template for approval? so any URL from:
https://example.com
will be considered as Instant View in Telegram?
Instant View only support few domain for now, I think they will accept templates after contest.
I have the same problem. It looks like currently you need to publish your template through the contest (this page).
Mark as 'Tracked' in an editor as minimum 10 of articles/posts on your site. If each one is successful, do the follow.
Press button 'Submit template'.
As of 2021, it doesn't seem that Telegram is opening Instant View to more domains. I have tried to publish / submit a template plenty times, with no success.
On My templates page, clicking Submit Template, then Confirm, does nothing at all.
Publishing templates
If the Instant View page has been processed successfully, you'll see a
View in Telegram button in the top right corner – you can use it to
view the resulting page in-app.
For your own audience
Note that if you send the resulting t.me/iv?url=...&rhash=... link to
other Telegram users, they will see an Instant View page built using
your template (the rhash parameter in the link determines which
template is used to create the page). 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.
For all Telegram users
If you'd like your template to become truly public and seen by all
users, regardless of the link they get, the template will need to be
approved by the Telegram team.
― https://instantview.telegram.org/#publishing-templates
The problem is that there is not documentation about how "the template will [...] be approved by the Telegram team" when there are no contests.
At the moment (2022) it seems it's not possible to submit an InstantView template for review. The support said to me it's only possible if there is an ongoing context.
This is strange, since in the interface says that it's possible to submit a template without participating to a context:
If you confirm, the web page tries to send the template in a context (see sendToContest):
POST https://instantview.telegram.org/api/my?hash=<omissis>
section=<domain>&method=sendToContest
The request fails without any human error. I think it's a bug in the Instant View submission platform, that does not work without a context.
Here a bug report related to "Cannot submit InstantView":
https://bugs.telegram.org/c/21634
I have made a website. I did it with wordpress, making a custom theme.
All works fine, but I have a problem.
When I share any url on facebook, the info is not showed correctly. Only shows correctly if I go to open graph stories and I fetch the newest info.
I must do it for any url of the website?
Is posible do it for all urls once?
Or any other option?
Thank you!
I would propose to check if ALL your OG tags are correct, https://developers.facebook.com/tools/debug/og/object/
or just simply use Facebook OGP plugin for Wordpress, which makes your work easy. Search WP plugins here https://wordpress.org/plugins/search.php?type=term&q=facebook+OGP
Is it possible to configure a WP post so that it has no URL / viewable web page. At that point it would essentially become a reusable content snippet that must be referenced elsewhere, from another page or post, but could not be linked to as its own page.
Thanks,
Keith
This plugin seems to achieve what you want. Searching the plugin repository with the term "Snippet" yielded this plugin.
You could also hack together something using custom page templates and pages.
We are using SDL Tridion 2011. We want to implement "view in Browser" functionality with NewsLetter.
We don't find any proper way to achieve this functionality using Tridion Outbound Mailings.
Can someone please help us to implement this ?
For time being we are publishing a newsletter page and we are linking this page from Newsletter.
Please suggest best approach.
I think that is the general approach.
There's nothing out the box to link a published web page to a page Outbound Email uses for a mailing.
I think last time I did this we just used a field in the component to allow an editor to enter the full url to the web page, e.g. http://www.blah.com/subscription/email.html. I guess this could be replaced concatenating your site url to the page's PublishLocationUrl or using PageLink if you wanted a managed link.
They then published the web page first, then created a mailing using the same page.
Cheers
I am working on adding content to an existing site, and I can't figure out how to connect different web forms to different specific pages.
example: http://network.awcbn.com/3blindmicewindowcoverings
I need to replicate this page for other companies listed on the same site. But each webform will be on a different "basic page" and will be sent to a different email address.
I know virtually nothing about coding, and I'm wondering if this can just be done in the webform settings or drupal admin settings. without having to "pop open the hood" and mess with the code?
Basically I just don't know how to place a specific webform on a specific page. Does that make sense?
There's a great module for that called webform:
http://drupal.org/project/webform
When you create a node of type webform, there's a subtab under edit for configuring the fields, email messages, etc. Documentation is here:
http://drupal.org/documentation/modules/webform