Link to a Google Wave - google-wave

How can I link to a Google Wave, say e.g. in a website or an email like
Hey, just have a look to this new Wave I created.
, where ??? is what I'm looking for.

You can try first answer from this page:
1) Edit any Wave
2) Drag the Wave you want the link for into the Wave you are editing
3) Right click on the hyperlink that is automatically added from Step 2
4) Click on "Copy link address"
5) Paste the link address wherever you need

I generally agree with ZhukovRA, but this doesn't seem to work completely.
The problem is that unless you are a participant of a wave, you don't see anything. So linking directly to a wave only makes sense if the wave is public.
The direct link generated looks like this: https://wave.google.com/wave/#restored:wave:googlewave.com!1234567890 - where 1234567890 is the wave's ID, from what I can gather.
There's a Wordpress plugin for embedding waves, which is featured here: http://mashable.com/2009/09/08/google-wave-wordpress-plugin/

Related

Changing Maps In Game

I want to change the map in Rainbow Six Siege like when i start any map in custom game and load any other map.
Please Help 🥺
Example: I select House Map in custom game And Change something from cheat engine or change some hex codes then start i get bank map.
Go to options and select matchmaking preferences then you can disable all the ones you don't want to play and leave on the ones you do. Effectively you can just do one map and one mode if you desire. This works for Lone Wolf and PVE. Video below shows how.
https://youtu.be/KUn-zdRob8M
hope u r satisfied with the answer

I am adding the code in weebly but it dosent show up

Issue with JSON LD CODE
To start with I am trying to use this code in weebly, buy using embed code option and then I click on the edit custom HTML and enter this code. However, after entering this nothing shows up as in the recipe is not shown on the page and a blank page is shown.
this code is picked on schema.org, for recipes.
Could anyone please help me out in what exactly went wrong. I really appreciate your assistance. FYI- I am new to this. I am trying to set up my own food website and and wanted to schema to for SEO improvement. Any other suggestions are welcome. Thanks in advance.
Please refer this link for the JSON-LD CODE. IT WILL BE AT THE END OF THE PAGE. https://schema.org/Recipe
When you add a JSON-LD block in the HTML, it doesn’t change anything visibly on the page. The script element is hidden by default in all browsers, and you typically want to keep it like that (users typically have no interest in your JSON-LD code).
To check if adding the JSON-LD worked correctly, open the page in a browser and check the source code of the page. You should see the script element with your JSON-LD.
You have to add the content (that should be visible to your users) regularly with HTML. The JSON-LD exists next to your content (duplicating the data like name, photo URL etc.), it doesn’t replace your content.

Button does not work on some mobile devices (eg iPhone6, Androids)

this is my first question here and I was adviced to place this topic here.
I got a responsive website based on the AURA (PI-)theme. For the xs2 breakpoint I do show another slideshow on the homepage, where I have placed an button as call to action (other button type didn't work either)
On older smartphones like iPhone4 and 5 it is working. But on newer device it ain't.
Please take a look onto this test-page.
You can also check within chrome browser emulating such a device. There the click on the "Explore"-button doesn't work either.
Any help is gladly welcome and I appriciate it very much.
Thank you!
It's quite simple. You got a slideshow with a swipe handler which probably sets a preventDefault for swipe and click/tap. If I try to click it on a test device (android 4), it won't work either. But it does work if i hold it down and then press open. So it's not about the z-index (common error) but about the preventDefault. This means you would have to assign the link to the button/s in the slideshow with javascript.
EDIT:
To assign a link to an element using javascript (just javascript, no jquery or any other library), just put something like that into a script tag or javascript file:
document.getElementById("ID-of-your-button").addEventListener("click", function(){window.location.href = "http://link-desti.nation"});
and that should work fine. If there is another problem with it, just write a comment below please. I will reply on it as soon as possible.
P.S.: Sorry for the late edit, I was having hilariously much work on a "do immediately" level the last days.

DotNetNuke parse HTML before display

Could anyone tell me if there's some way of "hooking in" to DotNetNuke so that I can, for example, search and replace text for ALL HTML modules on the site?
e.g. if I use an HTML editor and enter the text {{replace_me}}, then I could have some code that detects "{{replace_me}}" every time a page is rendered and replace it with something else.
Please note that this is a simple example - there may be other ways of "replacing" text - however the actual use case we have is very specific and there will be some significant processing to decide what to replace :) - so whatever solution we implement should basically be:
Get HTML from DB -> Process it however we wish in full C# -> Deliver the modified string.
Thanks!
I believe you can do this with the use of an HTTPModule. Ifinity.com.au used to sell a module that did this, looks like you might be able to download it now for free (maybe?) at http://www.ifinity.com.au/Products/Inline_Link_Master/Product_Details

Why my google +1 button doesn't show statistics/numbers?

I have more than 1K +1 for my website. And I want to show that number next to my +1 button as it shows in all other websites. But mine is not working.
If you are not understanding what i am trying to say then look at my website
http://come2chat.com
look at the top center of my webpage. It has a google +1 button but it doesn't show how many +1 I have on it.
to see the number of +1, i have to visit my google plus one profile at
https://plus.google.com/107969039583165788589/posts
how to fix this problem?
You need to use another +1 button.
You can find the right ones here:
https://developers.google.com/+/web/+1button/#button-sizes
Looks like you need to change your data-annotation and data-size attributes.
The button generator at the top of the page I linked can help you find the look you want.

Resources