SharePoint RSS Feed Redirect - redirect

Currently I've set up an internal SharePoint (2010) to create an RSS feed for various updates/announcements for our department.
As the section of our system that has the official updates/announcements does not allow RSS feeds, we are currently manually updating the SharePoint every morning.
One of the feedback suggestions I've received is a that, for the official ones, when you click on the RSS feed title, have it redirect to the official section, rather than SharePoint.
Just wondering if this is possible? Not looking for a solution to be completely provided, but a push in the right direction would be appreciated.
Thanks.

Related

Could I create a .log file for my personal Github website to tracking who is click my page?

I have a website written by js-css-html and some php. I have uploaded all the files to the github and it is activively working. As you know, it is a web-page which you can access it via a link.
What I'm trying to do is to see who click to my website. In my search I find that log files do this what I want. How can add log file to keep tracking who is click my web-page?
A GitHub page does have analytics:
either natively through Traffic page,
or through third-party tools, like Google analytics (with this script or a pixel tracked)

Develop tweaks to facebook like app

I am doing a hobby project by implementing a phd paper on 'The privacy issues on facebook' and it suggests some tweaks to the existing facebook remove tag option like including an additional setting like 'Review posts in which you are tagged in before the audience of the post see in their News feed'. So the point being I am required to tweak facebook webpages to include these options.
So can someone give me ideas on ways to achieve it ?
My groundwork includes checking out tamper monkey to dynamically run user scripts on loading
Can this be achieved with tamper monkey or is there any developed mock facebook apps on github which I can make use of ?
Any help would be appreciated!
I have achieved it using TamperMonkey by executing scripts corresponding to the tweaks likewise suggested in one of the comments
Here is a project which contains tamper monkey scripts to perform few tweaks corresponding to facebook page
https://github.com/aarishramesh/facebook-privacy
It contains scripts for the following
Display picture privacy
Profile visits
Review posts in which you are tagged in before the audience of the post sees the post in their feed

How to add email-opt in instant article

I have search all over internet and asked the instant article team too in instant article facebook page,
but I can't find the answer the way too put email-opt in instant.
I have put <form>, <button&Gt;, <input> tag on instant article editor, it successfully saved but it's not shown in page manager apps.
I have asked to place that write article about facebook instant article, but no answer too.
I have searched at facebook instant article docs dev, but couldn't find it too.
Is there place I'm missing?
Does it need particular step like we must have facebook leads, or audience network or something first?
I would appreciate your help
Thanks
I asked this on the FB Dev forum and they said it's still being rolled out. Only select publishers have this option for the time being.
Source: Facebook Help Centre

Programming Facebook "Status Sharing" Features for a CMS

I'm working on some new features for a CMS, and I'm having trouble finding the information about how Facebook interacts with other websites. If turn key solutions exist for this I'd love to hear about them, but I'm basically just looking for pointers to documentation of how this stuff works behind the scenes. Including php, wordpress, and drupal since those are the base technologies I'm working with, but other platform solutions are welcome.
When you paste a URL into Facebook's "What's on your Mind" box, Facebook will automatically fetch a short page description, as well as a list of possible thumbnails. If there's a video it will often auto-generate the needed HTML to embed the video. I've also seen features where you link to a business's main website, but then are prompted to "like" their Facebook page.
How can I, as an independent website owner, have my pages reacts to Facebook in this way. For example, on the following page (link to a personal website) I have four images. However, if I drop that URL into a Facebook status update, there are no thumbnails for those images.
Also, while I've inferred several features of the notification box, I'm curious if there's other's I'm not aware of.
Again, while turnkey solutions and existing plugins are of interest, what I'm really after is what sort of meta data I need to embed in my own page, or what special responses I need to make to Facebook requests. In other words, how do I program a website to response correctly to Facebook.
Basically you convey that information to user in terms of open graph meta tags. From that Facebook picks up what type of site it is. Is it about a book or some music or some commerical brand or may be has a FB page linked to it? Check this documentation for general idea about graph objects - https://developers.facebook.com/docs/opengraph/using-objects/
Coming to specifically the image used as thumbnail, it is specified with og:image meta tag. Important thing to note about it is that FB caches that for ~24hours so don't sweat it if it doesn't show up. You can use this tool to check for your values which fetches it in realtime - https://developers.facebook.com/tools/debug
Also Facebook happens to have quite a lot of bugs around this, so it might take really long before it start showing up. If its picked up debug tool, then you are fine at code level. Not much that you can do about it.
I happen to know about this as I authored a tiny WordPress plugin for that and boy I know the support requests that used to come in. http://wordpress.org/extend/plugins/facebook-like-thumbnail/
Now for 3rd part of your question, even this is specified through meta tags only, like you have primary video content on your website, and you would like it to embed on Facebook when someone puts a link in the status box, so for that this link has code samples http://garethhooper.com/articles/social-media/45-integration/166-how-to-embed-your-own-videos-on-facebook-using-the-facebook-like-and-share-buttons.html
Hope that sets you on track giving you a head start :)

Publish content on Facebook via RSS

I would like to add new content via some API. I found this site where they say that there is a Imported Sites function which allows to enter a RSS feed and the content will be posted automatically. Is this true? Or better does that work today too?
If yes please point me where I have to set that. Facebook has changed in such a way that their way doesn't work today. Im looping thrue the menus since about a hour without any success.
If this does not work please show me a other way. Thanks!
Since September, this feature has been removed.
We want you to connect with your fans in the most effective ways possible. That's why as of September 30th you'll no longer be able to automatically import posts from your website to your Page notes. The best way to get people to interact with your content is to give them insight into the links you share on your Wall by adding personal comments and responding to feedback from fans.
Source: Why can I no longer import blog posts from my website to my Page's notes?