Correct wrong info about SmartGB's guestbook not being mobile-friendly

This commit is contained in:
Helen Chong 2024-06-03 19:48:37 +08:00
parent 6708dc26ff
commit 7c90a4bbb3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ In light of 123Guestbook's closure, I have disabled the function to add new mess
123Guestbook shutting down means I need to find a replacement for Leilukin's Hub guestbook. This turned out to be a more difficult task than I expected, because I was struggling to find an alternative guestbook that satisfied my needs.
Initially, I looked into other guestbook services such as [SmartGB](https://www.smartgb.com/), [UltraGuest](https://www.ultraguest.com/) and the new [Atabook](https://atabook.org/). Dedicated guestbook services offer the ability to moderate messages and change the guestbook's style, but I ended up finding their style customisation options too limiting for my liking. It does not help that SmartGB and UltraGuest's guestbooks are not mobile-friendly either. This was also when I realised that 123Guestbook's guestbook is also not mobile-friendly.
Initially, I looked into other guestbook services such as [SmartGB](https://www.smartgb.com/), [UltraGuest](https://www.ultraguest.com/) and the new [Atabook](https://atabook.org/). Dedicated guestbook services offer the ability to moderate messages and change the guestbook's style, but I ended up finding their style customisation options too limited for my liking. It does not help that UltraGuest's guestbook is not mobile-friendly either. This was also when I realised that 123Guestbook's guestbook is also not mobile-friendly.
In addition, I began to prefer to add features to my website by embedding it on my web page, so it looks like they are part of my website, instead of having to add an external link, or using the HTML `<iframe>` element, unless the website explicitly uses it for their embeds, such as YouTube. Therefore, another ideal feature for my guestbook is one that I can place into my web page's code.